Home
last modified time | relevance | path

Searched refs:host_addr (Results 1 – 22 of 22) sorted by relevance

/freebsd-13-stable/lib/libc/net/
HDgethostbynis.c101 he->h_addr = (char *)hed->host_addr; in _gethostbynis()
104 addrok = inet_aton(result, (struct in_addr *)hed->host_addr); in _gethostbynis()
108 _map_v4v6_address((char *)hed->host_addr, in _gethostbynis()
109 (char *)hed->host_addr); in _gethostbynis()
115 addrok = inet_pton(af, result, hed->host_addr); in _gethostbynis()
HDgethostbyht.c116 if (inet_pton(AF_INET6, p, hed->host_addr) > 0) { in gethostent_p()
119 } else if (inet_pton(AF_INET, p, hed->host_addr) > 0) { in gethostent_p()
121 _map_v4v6_address((char *)hed->host_addr, in gethostent_p()
122 (char *)hed->host_addr); in gethostent_p()
132 hed->h_addr_ptrs[0] = (char *)hed->host_addr; in gethostent_p()
HDgethostnamadr.c445 inet_aton(name, (struct in_addr *)hed->host_addr) != 1) && in fakeaddr()
446 inet_pton(af, name, hed->host_addr) != 1) { in fakeaddr()
453 _map_v4v6_address((char *)hed->host_addr, in fakeaddr()
454 (char *)hed->host_addr); in fakeaddr()
473 hed->h_addr_ptrs[0] = (char *)hed->host_addr; in fakeaddr()
HDgethostbydns.c696 memcpy(hed->host_addr, uaddr, len); in _dns_gethostbyaddr()
697 hed->h_addr_ptrs[0] = (char *)hed->host_addr; in _dns_gethostbyaddr()
700 _map_v4v6_address((char*)hed->host_addr, (char*)hed->host_addr); in _dns_gethostbyaddr()
HDnetdb_private.h75 uint32_t host_addr[4]; /* IPv4 or IPv6 */ member
/freebsd-13-stable/lib/libbluetooth/
HDbluetooth.c47 static bdaddr_t host_addr; variable
125 if (bt_aton(p, &host_addr) == 0) in bt_gethostent()
127 host_addr_ptrs[0] = (char *) &host_addr; in bt_gethostent()
130 host.h_length = sizeof(host_addr); in bt_gethostent()
/freebsd-13-stable/sys/xen/interface/
HDgrant_table.h342 uint64_t host_addr; member
367 uint64_t host_addr; member
506 uint64_t host_addr; member
/freebsd-13-stable/usr.sbin/rpc.statd/
HDstatd.c336 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in create_service() local
383 host_addr) == 1) { in create_service()
390 host_addr) == 1) { in create_service()
398 host_addr) == 1) { in create_service()
405 host_addr) == 1) { in create_service()
/freebsd-13-stable/usr.sbin/rpc.lockd/
HDlock_proc.c189 get_client(struct sockaddr *host_addr, rpcvers_t vers) in get_client() argument
219 host_addr) && clnt_cache_vers[i] == vers) { in get_client()
240 error = getnameinfo(host_addr, host_addr->sa_len, host, sizeof host, in get_client()
249 if (host_addr->sa_family == AF_INET6) in get_client()
254 if (host_addr->sa_family == AF_INET6) in get_client()
299 memcpy(&clnt_cache_addr[clnt_cache_next_to_use], host_addr, in get_client()
300 host_addr->sa_len); in get_client()
HDlockd.c509 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in create_service() local
560 host_addr) == 1) { in create_service()
567 host_addr) == 1) { in create_service()
576 host_addr) == 1) { in create_service()
583 host_addr) == 1) { in create_service()
/freebsd-13-stable/usr.sbin/rpcbind/
HDrpcbind.c276 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in init_transport() local
381 host_addr) == 1) { in init_transport()
388 hosts[nhostsbak], host_addr) == 1) { in init_transport()
396 host_addr) == 1) { in init_transport()
403 host_addr) == 1) { in init_transport()
/freebsd-13-stable/usr.sbin/nfsd/
HDnfsd.c892 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in setbindhost() local
903 if (inet_pton(AF_INET, hostptr, host_addr) == 1) { in setbindhost()
907 host_addr) == 1) in setbindhost()
912 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) { in setbindhost()
916 host_addr) == 1) in setbindhost()
/freebsd-13-stable/lib/libomp/
HDomp-tools.h1006 void *host_addr,
1085 void **host_addr,
1095 void **host_addr,
1105 void **host_addr; member
/freebsd-13-stable/sys/dev/xen/blkback/
HDblkback.c1097 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0); in xbb_unmap_reqlist()
1693 map->host_addr = xbb_get_gntaddr(reqlist, in xbb_dispatch_io()
1695 KASSERT(map->host_addr + PAGE_SIZE <= in xbb_dispatch_io()
1699 (uintmax_t)map->host_addr, PAGE_SIZE, in xbb_dispatch_io()
1744 map->host_addr, map->flags, map->ref, in xbb_dispatch_io()
2803 op->host_addr = xbb->ring_config.gnt_addr in xbb_disconnect()
2879 gnt->host_addr = xbb->ring_config.gnt_addr in xbb_connect_ring()
2909 unmap[j].host_addr = gnts[i].host_addr; in xbb_connect_ring()
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDecore_hw.c332 u32 dw_count, *host_addr, hw_offset; in ecore_memcpy_hw() local
348 host_addr = (u32 *)((u8 *)addr + done); in ecore_memcpy_hw()
353 DIRECT_REG_WR(p_hwfn, reg_addr++, *host_addr++); in ecore_memcpy_hw()
356 *host_addr++ = DIRECT_REG_RD(p_hwfn, in ecore_memcpy_hw()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp361 FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) { in GetModuleFileSpecForHostAddress() argument
365 if (::dladdr(host_addr, &info)) { in GetModuleFileSpecForHostAddress()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDHost.h123 static FileSpec GetModuleFileSpecForHostAddress(const void *host_addr);
/freebsd-13-stable/sys/dev/xen/gntdev/
HDgntdev.c578 unmap_ops[count].host_addr = in notify_unmap_cleanup()
579 gmap->grant_map_ops[i].host_addr; in notify_unmap_cleanup()
614 gmap->grant_map_ops[i].host_addr = 0; in notify_unmap_cleanup()
1143 gmap_start->grant_map_ops[i].host_addr = in mmap_gmap()
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/include/
HDomp-tools.h.var1006 void *host_addr,
1085 void **host_addr,
1095 void **host_addr,
1105 void **host_addr;
/freebsd-13-stable/usr.sbin/mountd/
HDmountd.c818 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in create_service() local
874 host_addr) == 1) { in create_service()
881 host_addr) == 1) { in create_service()
889 host_addr) == 1) { in create_service()
896 host_addr) == 1) { in create_service()
/freebsd-13-stable/sys/dev/xen/netback/
HDnetback.c666 gnts[i].host_addr = xnb->ring_configs[i].gnt_addr; in xnb_disconnect()
709 gnt.host_addr = ring->gnt_addr; in xnb_connect_ring()
/freebsd-13-stable/sys/dev/bnxt/
HDhsi_struct_def.h44163 uint64_t host_addr; member
46547 uint64_t host_addr; member