Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/api/
A Dnetdb.c94 HOSTENT_STORAGE char *s_aliases; in lwip_gethostbyname() local
114 s_aliases = NULL; in lwip_gethostbyname()
115 s_hostent.h_aliases = &s_aliases; in lwip_gethostbyname()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetdb.c94 HOSTENT_STORAGE char *s_aliases; in lwip_gethostbyname() local
114 s_aliases = NULL; in lwip_gethostbyname()
115 s_hostent.h_aliases = &s_aliases; in lwip_gethostbyname()
/components/net/lwip/lwip-1.4.1/src/api/
A Dnetdb.c92 HOSTENT_STORAGE char *s_aliases; in lwip_gethostbyname() local
109 s_hostent.h_aliases = &s_aliases; in lwip_gethostbyname()
/components/net/at/at_socket/
A Dat_socket.c1466 static char *s_aliases; in at_gethostbyname() local
1493 s_aliases = RT_NULL; in at_gethostbyname()
1496 s_hostent.h_aliases = &s_aliases; in at_gethostbyname()

Completed in 10 milliseconds