/freebsd/lib/libc/net/ |
H A D | gethostbynis.c | 100 he->h_addr = (char *)hed->host_addr; in _gethostbynis() 103 addrok = inet_aton(result, (struct in_addr *)hed->host_addr); in _gethostbynis() 107 _map_v4v6_address((char *)hed->host_addr, in _gethostbynis() 108 (char *)hed->host_addr); in _gethostbynis() 114 addrok = inet_pton(af, result, hed->host_addr); in _gethostbynis()
|
H A D | gethostbyht.c | 112 if (inet_pton(AF_INET6, p, hed->host_addr) > 0) { in gethostent_p() 115 } else if (inet_pton(AF_INET, p, hed->host_addr) > 0) { in gethostent_p() 117 _map_v4v6_address((char *)hed->host_addr, in gethostent_p() 118 (char *)hed->host_addr); in gethostent_p() 128 hed->h_addr_ptrs[0] = (char *)hed->host_addr; in gethostent_p()
|
H A D | gethostnamadr.c | 444 inet_aton(name, (struct in_addr *)hed->host_addr) != 1) && in fakeaddr() 445 inet_pton(af, name, hed->host_addr) != 1) { in fakeaddr() 452 _map_v4v6_address((char *)hed->host_addr, in fakeaddr() 453 (char *)hed->host_addr); in fakeaddr() 472 hed->h_addr_ptrs[0] = (char *)hed->host_addr; in fakeaddr()
|
H A D | gethostbydns.c | 691 memcpy(hed->host_addr, uaddr, len); in _dns_gethostbyaddr() 692 hed->h_addr_ptrs[0] = (char *)hed->host_addr; in _dns_gethostbyaddr() 695 _map_v4v6_address((char*)hed->host_addr, (char*)hed->host_addr); in _dns_gethostbyaddr()
|
H A D | netdb_private.h | 75 uint32_t host_addr[4]; /* IPv4 or IPv6 */ member
|
/freebsd/lib/libbluetooth/ |
H A D | bluetooth.c | 47 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/sys/contrib/xen/ |
H A D | grant_table.h | 345 uint64_t host_addr; member 370 uint64_t host_addr; member 509 uint64_t host_addr; member
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | statd.c | 336 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/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 189 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()
|
H A D | lockd.c | 509 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/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 286 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in init_transport() local 393 host_addr) == 1) { in init_transport() 400 hosts[nhostsbak], host_addr) == 1) { in init_transport() 408 host_addr) == 1) { in init_transport() 415 host_addr) == 1) { in init_transport()
|
/freebsd/usr.sbin/bhyve/ |
H A D | libslirp.h | 280 int slirp_add_hostfwd(Slirp *slirp, int is_udp, struct in_addr host_addr, 283 int slirp_remove_hostfwd(Slirp *slirp, int is_udp, struct in_addr host_addr,
|
/freebsd/usr.sbin/nfsd/ |
H A D | nfsd.c | 884 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in setbindhost() local 895 if (inet_pton(AF_INET, hostptr, host_addr) == 1) { in setbindhost() 899 host_addr) == 1) in setbindhost() 904 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) { in setbindhost() 908 host_addr) == 1) in setbindhost()
|
/freebsd/lib/libomp/ |
H A D | omp-tools.h | 1006 void *host_addr, 1085 void **host_addr, 1095 void **host_addr, 1105 void **host_addr; member
|
/freebsd/sys/dev/xen/blkback/ |
H A D | blkback.c | 1021 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0); in xbb_unmap_reqlist() 1604 map->host_addr = xbb_get_gntaddr(reqlist, in xbb_dispatch_io() 1606 KASSERT(map->host_addr + PAGE_SIZE <= in xbb_dispatch_io() 1610 (uintmax_t)map->host_addr, PAGE_SIZE, in xbb_dispatch_io() 1655 map->host_addr, map->flags, map->ref, in xbb_dispatch_io() 2645 op->host_addr = xbb->ring_config.gnt_addr in xbb_disconnect() 2717 gnt->host_addr = xbb->ring_config.gnt_addr in xbb_connect_ring() 2747 unmap[j].host_addr = gnts[i].host_addr; in xbb_connect_ring()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hw.c | 332 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/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 361 FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) { in GetModuleFileSpecForHostAddress() argument 365 if (::dladdr(host_addr, &info)) { in GetModuleFileSpecForHostAddress()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Host.h | 123 static FileSpec GetModuleFileSpecForHostAddress(const void *host_addr);
|
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 576 unmap_ops[count].host_addr = in notify_unmap_cleanup() 577 gmap->grant_map_ops[i].host_addr; in notify_unmap_cleanup() 602 gmap->grant_map_ops[i].host_addr = 0; in notify_unmap_cleanup() 1131 gmap_start->grant_map_ops[i].host_addr = in mmap_gmap()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 1006 void *host_addr, 1085 void **host_addr, 1095 void **host_addr, 1105 void **host_addr;
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 829 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in create_service() local 885 host_addr) == 1) { in create_service() 892 host_addr) == 1) { in create_service() 900 host_addr) == 1) { in create_service() 907 host_addr) == 1) { in create_service()
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback.c | 666 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/sys/contrib/dev/athk/ath10k/ |
H A D | pci.c | 1075 u32 host_addr, addr; in __ath10k_pci_diag_read_hi() local 1078 host_addr = host_interest_item_address(src); in __ath10k_pci_diag_read_hi() 1080 ret = ath10k_pci_diag_read32(ar, host_addr, &addr); in __ath10k_pci_diag_read_hi()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 55404 uint64_t host_addr; member 61727 uint64_t host_addr; member
|