Searched defs:host_addr (Results 1 - 3 of 3) sorted by path

/bionic/libc/dns/include/
H A Dresolv_static.h22 u_int32_t host_addr[16 / sizeof(u_int32_t)]; /* IPv4 or IPv6 */ member in struct:res_static
/bionic/libc/dns/net/
H A Dgethnamaddr.c968 struct in6_addr host_addr; local
1004 if (inet_pton(AF_INET6, p, &host_addr) > 0) {
1008 if (inet_pton(AF_INET, p, &host_addr) <= 0)
1052 HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
/bionic/libc/kernel/uapi/linux/
H A Dnfs4_mount.h46 struct sockaddr __user * host_addr; member in struct:nfs4_mount_data

Completed in 83 milliseconds