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

/seL4-camkes-master/projects/lwip/src/api/
H A Dnetdb.c72 #define HOSTENT_STORAGE macro
74 #define HOSTENT_STORAGE static macro
93 HOSTENT_STORAGE struct hostent s_hostent;
94 HOSTENT_STORAGE char *s_aliases;
95 HOSTENT_STORAGE ip_addr_t s_hostent_addr;
96 HOSTENT_STORAGE ip_addr_t *s_phostent_addr[2];
97 HOSTENT_STORAGE char s_hostname[DNS_MAX_NAME_LENGTH + 1];

Completed in 77 milliseconds