Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/api/
A Dnetdb.c93 HOSTENT_STORAGE ip_addr_t s_hostent_addr; in lwip_gethostbyname() local
105 s_hostent_addr = addr; in lwip_gethostbyname()
106 s_phostent_addr[0] = &s_hostent_addr; in lwip_gethostbyname()
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetdb.c95 HOSTENT_STORAGE ip_addr_t s_hostent_addr; in lwip_gethostbyname() local
108 s_hostent_addr = addr; in lwip_gethostbyname()
109 s_phostent_addr[0] = &s_hostent_addr; in lwip_gethostbyname()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetdb.c95 HOSTENT_STORAGE ip_addr_t s_hostent_addr; in lwip_gethostbyname() local
108 s_hostent_addr = addr; in lwip_gethostbyname()
109 s_phostent_addr[0] = &s_hostent_addr; in lwip_gethostbyname()
/components/net/at/at_socket/
A Dat_socket.c1467 static ip_addr_t s_hostent_addr; in at_gethostbyname() local
1488 s_hostent_addr = addr; in at_gethostbyname()
1489 s_phostent_addr[0] = &s_hostent_addr; in at_gethostbyname()

Completed in 10 milliseconds