Searched refs:hostent (Results 1 – 3 of 3) sorted by relevance
| /external/lib/lwip/include/lwip/ |
| A D | netdb.h | 72 struct hostent { struct 100 struct hostent *lwip_gethostbyname(const char *name); argument 101 int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, 102 size_t buflen, struct hostent **result, int *h_errnop);
|
| /external/lib/lwip/api/ |
| A D | netdb.c | 84 struct hostent* 91 HOSTENT_STORAGE struct hostent s_hostent; in lwip_gethostbyname() 162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r() 163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
|
| /external/lib/lwip/netif/ppp/ |
| A D | auth.c | 1154 struct hostent *hp;
|
Completed in 8 milliseconds