Searched refs:h_addr (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/manual/examples/ |
D | isockad.c | 39 name->sin_addr = *(struct in_addr *) hostinfo->h_addr; in init_sockaddr()
|
/glibc-2.36/nss/ |
D | bug-erange.c | 50 inet_ntoa (*(struct in_addr *) hp->h_addr)); in main()
|
D | tst-reload1.c | 174 h = gethostbyaddr (ht[i].h_addr, 4, AF_INET); in must_be_tests()
|
D | nss_test1.c | 557 if (memcmp (host_data[idx].h_addr, addr, len) == 0) in NAME()
|
/glibc-2.36/sunrpc/ |
D | rpc_gethostbyname.c | 70 memcpy (&addr->sin_addr, hp->h_addr, sizeof (addr->sin_addr)); in __libc_rpc_gethostbyname()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | gethostid.c | 125 memcpy (&in, hp->h_addr, in gethostid()
|
/glibc-2.36/resolv/ |
D | netdb.h | 106 # define h_addr h_addr_list[0] /* Address, for backward compatibility.*/ macro
|
D | compat-gethnamaddr.c | 825 if (p->h_addrtype == af && !memcmp(p->h_addr, addr, len)) in _gethtbyaddr()
|
/glibc-2.36/manual/ |
D | sysinfo.texi | 183 @c gethostname and gethostbyname_r to use the h_addr.
|
D | socket.texi | 1267 @item char *h_addr
|