Searched refs:hostent (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| 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);
|
| /lib/liblwip/src/api/ |
| 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()
|
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 1154 struct hostent *hp;
|
| /lib/liblwip/ |
| D | CHANGELOG | 1583 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
|