Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetdb.c77 #define HOSTENT_STORAGE macro
79 #define HOSTENT_STORAGE static macro
98 HOSTENT_STORAGE struct hostent s_hostent; in lwip_gethostbyname()
99 HOSTENT_STORAGE char *s_aliases; in lwip_gethostbyname()
100 HOSTENT_STORAGE ip_addr_t s_hostent_addr; in lwip_gethostbyname()
101 HOSTENT_STORAGE ip_addr_t *s_phostent_addr[2]; in lwip_gethostbyname()
102 HOSTENT_STORAGE char s_hostname[DNS_MAX_NAME_LENGTH + 1]; in lwip_gethostbyname()