fix for corrupted graphics when manipulating config files
[open-ps2-loader.git] / modules / network / SMSTCPIP / exports.tab
blob931ee1ca07dc42516b66a9c50af8dd354eeb728d
1 DECLARE_EXPORT_TABLE(ps2ip,1,3)
2         DECLARE_EXPORT(_start)
3         DECLARE_EXPORT(ps2ip_Stub)
4         DECLARE_EXPORT(ps2ip_ShutDown)
5         DECLARE_EXPORT(ps2ip_Stub)
7         DECLARE_EXPORT(lwip_accept)
8         DECLARE_EXPORT(lwip_bind)                       //5
9         DECLARE_EXPORT(lwip_close)
10         DECLARE_EXPORT(lwip_connect)
11         DECLARE_EXPORT(lwip_listen)
12         DECLARE_EXPORT(lwip_recv)
13         DECLARE_EXPORT(lwip_recvfrom)           //10
14         DECLARE_EXPORT(lwip_send)
15         DECLARE_EXPORT(lwip_sendto)
16         DECLARE_EXPORT(lwip_socket)
17         DECLARE_EXPORT(lwip_select)
18         DECLARE_EXPORT(lwip_ioctl)                      //15
19         DECLARE_EXPORT(lwip_getpeername)
20         DECLARE_EXPORT(lwip_getsockname)
21         DECLARE_EXPORT(lwip_getsockopt)
22         DECLARE_EXPORT(lwip_setsockopt)
23         DECLARE_EXPORT(ps2ip_setconfig)         //20
24         DECLARE_EXPORT(ps2ip_getconfig)
25         DECLARE_EXPORT(ps2ip_input)
26         DECLARE_EXPORT(etharp_output)
27         DECLARE_EXPORT(inet_addr)
28         DECLARE_EXPORT(tcpip_input)                     //25
29         DECLARE_EXPORT(netif_add)
30         DECLARE_EXPORT(netif_find)
31         DECLARE_EXPORT(netif_set_default)
32         DECLARE_EXPORT(netif_set_ipaddr)
33         DECLARE_EXPORT(netif_set_netmask)       //30
34         DECLARE_EXPORT(netif_set_gw)
35         DECLARE_EXPORT(ps2ip_Stub)
36         DECLARE_EXPORT(pbuf_alloc)
37         DECLARE_EXPORT(pbuf_realloc)
38         DECLARE_EXPORT(pbuf_header)                     //35
39         DECLARE_EXPORT(pbuf_ref)
40         DECLARE_EXPORT(ps2ip_Stub)
41         DECLARE_EXPORT(pbuf_free)
42         DECLARE_EXPORT(pbuf_clen)
43         DECLARE_EXPORT(pbuf_chain)                      //40
44         DECLARE_EXPORT(pbuf_take)
45 END_EXPORT_TABLE