Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
Dnetdb.c72 #define HOSTENT_STORAGE macro
74 #define HOSTENT_STORAGE static macro
93 HOSTENT_STORAGE struct hostent s_hostent; in lwip_gethostbyname()
94 HOSTENT_STORAGE char *s_aliases; in lwip_gethostbyname()
95 HOSTENT_STORAGE ip_addr_t s_hostent_addr; in lwip_gethostbyname()
96 HOSTENT_STORAGE ip_addr_t *s_phostent_addr[2]; in lwip_gethostbyname()
97 HOSTENT_STORAGE char s_hostname[DNS_MAX_NAME_LENGTH + 1]; in lwip_gethostbyname()