Home
last modified time | relevance | path

Searched refs:hostent (Results 1 – 3 of 3) sorted by relevance

/external/lib/lwip/include/lwip/
A Dnetdb.h72 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 Dnetdb.c84 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 Dauth.c1154 struct hostent *hp;

Completed in 8 milliseconds