Home
last modified time | relevance | path

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

/components/net/sal/include/
A Dsal_netdb.h50 struct hostent { struct
72 struct hostent *sal_gethostbyname(const char *name); argument
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A 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
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetdb.h92 struct hostent { struct
93 char *h_name; /* Official name of the host. */
94 char **h_aliases; /* A pointer to an array of pointers to alternative host names,
96 int h_addrtype; /* Address type. */
97 int h_length; /* The length, in bytes, of the address. */
98 char **h_addr_list; /* A pointer to an array of pointers to network addresses (in
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetdb.h92 struct hostent { struct
93 char *h_name; /* Official name of the host. */
94 char **h_aliases; /* A pointer to an array of pointers to alternative host names,
96 int h_addrtype; /* Address type. */
97 int h_length; /* The length, in bytes, of the address. */
98 char **h_addr_list; /* A pointer to an array of pointers to network addresses (in

Completed in 4 milliseconds