Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgethostbynis.c100 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 Dgethostbyht.c112 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 Dgethostnamadr.c444 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 Dgethostbydns.c691 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 Dnetdb_private.h75 uint32_t host_addr[4]; /* IPv4 or IPv6 */ member
/freebsd/lib/libbluetooth/
H A Dbluetooth.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/sys/contrib/xen/
H A Dgrant_table.h345 uint64_t host_addr; member
370 uint64_t host_addr; member
509 uint64_t host_addr; member
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.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/usr.sbin/rpc.lockd/
H A Dlock_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()
H A Dlockd.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/usr.sbin/rpcbind/
H A Drpcbind.c269 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in init_transport() local
374 host_addr) == 1) { in init_transport()
381 hosts[nhostsbak], host_addr) == 1) { in init_transport()
389 host_addr) == 1) { in init_transport()
396 host_addr) == 1) { in init_transport()
/freebsd/usr.sbin/bhyve/
H A Dlibslirp.h280 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 Dnfsd.c856 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in setbindhost() local
867 if (inet_pton(AF_INET, hostptr, host_addr) == 1) { in setbindhost()
871 host_addr) == 1) in setbindhost()
876 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) { in setbindhost()
880 host_addr) == 1) in setbindhost()
/freebsd/lib/libomp/
H A Domp-tools.h1000 void *host_addr,
1079 void **host_addr,
1089 void **host_addr,
1099 void **host_addr; member
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1019 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0); in xbb_unmap_reqlist()
1600 map->host_addr = xbb_get_gntaddr(reqlist, in xbb_dispatch_io()
1602 KASSERT(map->host_addr + PAGE_SIZE <= in xbb_dispatch_io()
1606 (uintmax_t)map->host_addr, PAGE_SIZE, in xbb_dispatch_io()
1651 map->host_addr, map->flags, map->ref, in xbb_dispatch_io()
2641 op->host_addr = xbb->ring_config.gnt_addr in xbb_disconnect()
2713 gnt->host_addr = xbb->ring_config.gnt_addr in xbb_connect_ring()
2743 unmap[j].host_addr = gnts[i].host_addr; in xbb_connect_ring()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_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/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp328 FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) { in GetModuleFileSpecForHostAddress() argument
332 if (::dladdr(host_addr, &info)) { in GetModuleFileSpecForHostAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h123 static FileSpec GetModuleFileSpecForHostAddress(const void *host_addr);
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c577 unmap_ops[count].host_addr = in notify_unmap_cleanup()
578 gmap->grant_map_ops[i].host_addr; in notify_unmap_cleanup()
613 gmap->grant_map_ops[i].host_addr = 0; in notify_unmap_cleanup()
1142 gmap_start->grant_map_ops[i].host_addr = in mmap_gmap()
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var1000 void *host_addr,
1079 void **host_addr,
1089 void **host_addr,
1099 void **host_addr;
/freebsd/usr.sbin/mountd/
H A Dmountd.c793 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in create_service() local
849 host_addr) == 1) { in create_service()
856 host_addr) == 1) { in create_service()
864 host_addr) == 1) { in create_service()
871 host_addr) == 1) { in create_service()
/freebsd/sys/dev/xen/netback/
H A Dnetback.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/sys/contrib/dev/athk/ath10k/
H A Dpci.c1075 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 Dhsi_struct_def.h55404 uint64_t host_addr; member
61727 uint64_t host_addr; member