Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/api/
A Dnetdb.c110 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
217 ret->h_addrtype = AF_INET; in lwip_gethostbyname_r()
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetdb.c116 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
217 ret->h_addrtype = AF_INET; in lwip_gethostbyname_r()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetdb.c116 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
217 ret->h_addrtype = AF_INET; in lwip_gethostbyname_r()
/components/net/sal/include/
A Dsal_netdb.h54 int h_addrtype; /* Address type. */ member
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetdb.h76 int h_addrtype; /* Address type. */ member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetdb.h96 int h_addrtype; /* Address type. */ member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetdb.h96 int h_addrtype; /* Address type. */ member
/components/net/at/at_socket/
A Dat_socket.c1497 s_hostent.h_addrtype = AF_AT; in at_gethostbyname()
1569 ret->h_addrtype = AF_INET; in at_gethostbyname_r()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dauth.c1158 if (hp != NULL && hp->h_addrtype == AF_INET) {
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dauth.c2119 if (hp != NULL && hp->h_addrtype == AF_INET) {
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dauth.c2119 if (hp != NULL && hp->h_addrtype == AF_INET) {
/components/lwp/
A Dlwp_syscall.c7353 ret->h_addrtype = sal_he.h_addrtype; in sys_gethostbyname2_r()

Completed in 38 milliseconds