| 87 wpurple_inet_aton( name, addr ) |
87 wpurple_inet_aton( name, addr ) |
| 88 |
88 |
| 89 #define inet_ntop( af, src, dst, cnt ) \ |
89 #define inet_ntop( af, src, dst, cnt ) \ |
| 90 wpurple_inet_ntop( af, src, dst, cnt ) |
90 wpurple_inet_ntop( af, src, dst, cnt ) |
| 91 |
91 |
| |
92 #define inet_pton( af, src, dst ) \ |
| |
93 wpurple_inet_pton( af, src, dst ) |
| |
94 |
| 92 /* netdb.h */ |
95 /* netdb.h */ |
| 93 #define gethostbyname( name ) \ |
96 #define gethostbyname( name ) \ |
| 94 wpurple_gethostbyname( name ) |
97 wpurple_gethostbyname( name ) |
| 95 |
98 |
| 96 /* netinet/in.h */ |
99 /* netinet/in.h */ |