Home
last modified time | relevance | path

Searched refs:h_length (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/api/
A Dnetdb.c111 s_hostent.h_length = sizeof(ip_addr_t); in lwip_gethostbyname()
126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname()
218 ret->h_length = sizeof(ip_addr_t); in lwip_gethostbyname_r()
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetdb.c117 s_hostent.h_length = sizeof(ip_addr_t); in lwip_gethostbyname()
126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname()
218 ret->h_length = sizeof(ip_addr_t); in lwip_gethostbyname_r()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetdb.c117 s_hostent.h_length = sizeof(ip_addr_t); in lwip_gethostbyname()
126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname()
218 ret->h_length = sizeof(ip_addr_t); in lwip_gethostbyname_r()
/components/net/sal/include/
A Dsal_netdb.h55 int h_length; /* The length, in bytes, of the address. */ member
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetdb.h77 int h_length; /* The length, in bytes, of the address. */ member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetdb.h97 int h_length; /* The length, in bytes, of the address. */ member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetdb.h97 int h_length; /* The length, in bytes, of the address. */ member
/components/net/at/at_socket/
A Dat_socket.c1498 s_hostent.h_length = sizeof(ip_addr_t); in at_gethostbyname()
1570 ret->h_length = sizeof(ip_addr_t); in at_gethostbyname_r()
/components/lwp/
A Dlwp_syscall.c7344 lwp_memcpy(ptr, sal_he.h_addr_list[index], sal_he.h_length); in sys_gethostbyname2_r()
7346 ptr += sal_he.h_length; in sys_gethostbyname2_r()
7354 ret->h_length = sal_he.h_length; in sys_gethostbyname2_r()
7367 lwp_memcpy(ptr, sal_he.h_addr_list[index], sal_he.h_length); in sys_gethostbyname2_r()
7369 ptr += sal_he.h_length; in sys_gethostbyname2_r()

Completed in 29 milliseconds