Searched refs:s_hostent_addr (Results 1 – 4 of 4) sorted by relevance
93 HOSTENT_STORAGE ip_addr_t s_hostent_addr; in lwip_gethostbyname() local105 s_hostent_addr = addr; in lwip_gethostbyname()106 s_phostent_addr[0] = &s_hostent_addr; in lwip_gethostbyname()
95 HOSTENT_STORAGE ip_addr_t s_hostent_addr; in lwip_gethostbyname() local108 s_hostent_addr = addr; in lwip_gethostbyname()109 s_phostent_addr[0] = &s_hostent_addr; in lwip_gethostbyname()
1467 static ip_addr_t s_hostent_addr; in at_gethostbyname() local1488 s_hostent_addr = addr; in at_gethostbyname()1489 s_phostent_addr[0] = &s_hostent_addr; in at_gethostbyname()
Completed in 10 milliseconds