Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dnetdb.h93 struct hostent { struct
94 char *h_name; /* Official name of the host. */
95 char **h_aliases; /* A pointer to an array of pointers to alternative host names,
97 int h_addrtype; /* Address type. */
98 int h_length; /* The length, in bytes, of the address. */
122 struct hostent *lwip_gethostbyname(const char *name); argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dnetdb.h93 struct hostent { struct
94 char *h_name; /* Official name of the host. */
95 char **h_aliases; /* A pointer to an array of pointers to alternative host names,
97 int h_addrtype; /* Address type. */
98 int h_length; /* The length, in bytes, of the address. */
99 char **h_addr_list; /* A pointer to an array of pointers to network addresses (in
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/dns/
A Ddns_cli.c24 struct hostent *hostent; in dns_req_command() local

Completed in 8 milliseconds