Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dnetdb.h72 struct hostent { struct
73 char *h_name; /* Official name of the host. */
74 char **h_aliases; /* A pointer to an array of pointers to alternative host names,
76 int h_addrtype; /* Address type. */
100 struct hostent *lwip_gethostbyname(const char *name); argument