| 24 const unsigned char * |
24 const unsigned char * |
| 25 gaim_network_ip_atoi(ip) |
25 gaim_network_ip_atoi(ip) |
| 26 const char *ip |
26 const char *ip |
| 27 |
27 |
| 28 int |
28 int |
| 29 gaim_network_listen(port, socket_type) |
29 gaim_network_listen(port, socket_type, cb, cb_data) |
| 30 unsigned short port |
30 unsigned short port |
| 31 int socket_type |
31 int socket_type |
| |
32 Gaim::NetworkListenCallback cb |
| |
33 gpointer cb_data |
| 32 |
34 |
| 33 int |
35 int |
| 34 gaim_network_listen_range(start, end, socket_type) |
36 gaim_network_listen_range(start, end, socket_type, cb, cb_data) |
| 35 unsigned short start |
37 unsigned short start |
| 36 unsigned short end |
38 unsigned short end |
| 37 int socket_type |
39 int socket_type |
| |
40 Gaim::NetworkListenCallback cb |
| |
41 gpointer cb_data |
| 38 |
42 |
| 39 void |
43 void |
| 40 gaim_network_set_public_ip(ip) |
44 gaim_network_set_public_ip(ip) |
| 41 const char *ip |
45 const char *ip |