| /netbsd-src/sys/arch/xen/x86/ |
| H A D | xen_shm_machdep.c | 82 op[i].host_addr = base_paddr + i * PAGE_SIZE; in xen_shm_map() 84 op[i].host_addr = va + i * PAGE_SIZE; in xen_shm_map() 137 unop[uncnt].host_addr = in xen_shm_map() 140 unop[uncnt].host_addr = va + i * PAGE_SIZE; in xen_shm_map() 198 op[i].host_addr = base_paddr + i * PAGE_SIZE; in xen_shm_unmap() 200 op[i].host_addr = va + i * PAGE_SIZE; in xen_shm_unmap()
|
| /netbsd-src/external/bsd/am-utils/dist/fixmount/ |
| H A D | fixmount.c | 539 struct sockaddr_in host_addr; in clnt_create_timeout() local 564 memset(&host_addr, 0, sizeof(host_addr)); in clnt_create_timeout() 566 host_addr.sin_family = AF_INET; in clnt_create_timeout() 568 memmove((voidp) &host_addr.sin_addr, (voidp) hp->h_addr, in clnt_create_timeout() 569 sizeof(host_addr.sin_addr)); in clnt_create_timeout() 572 host_addr.sin_addr.s_addr = htonl(0x7f000001); in clnt_create_timeout() 582 clnt = clnttcp_create(&host_addr, MOUNTPROG, MOUNTVERS, &s, 0, 0); in clnt_create_timeout() 586 clnt = clntudp_create(&host_addr, MOUNTPROG, MOUNTVERS, *tvp, &s); in clnt_create_timeout()
|
| /netbsd-src/usr.sbin/ypserv/stdhosts/ |
| H A D | stdhosts.c | 54 struct in_addr host_addr; in main() local 110 if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 && in main() 111 (addr_string = inet_ntoa(host_addr)) != NULL) { in main()
|
| /netbsd-src/distrib/utils/libhack/ |
| H A D | gethost.c | 144 struct in6_addr host_addr; in gethostent_r() local 167 if (inet_pton(AF_INET6, p, &host_addr) > 0) { in gethostent_r() 170 } else if (inet_pton(AF_INET, p, &host_addr) > 0) { in gethostent_r() 217 HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf, in gethostent_r()
|
| /netbsd-src/lib/libbluetooth/ |
| H A D | bluetooth.c | 49 static bdaddr_t host_addr; variable 127 if (bt_aton(p, &host_addr) == 0) in bt_gethostent() 129 host_addr_ptrs[0] = (char *) &host_addr; in bt_gethostent() 132 host.h_length = sizeof(host_addr); in bt_gethostent()
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | lcl_ho.c | 114 u_char host_addr[16]; /*%< IPv4 or IPv6 */ member 385 if (inet_pton(AF_INET6, p, pvt->host_addr) > 0) { in ho_next() 388 } else if (inet_aton(p, (struct in_addr *)pvt->host_addr) > 0) { in ho_next() 390 map_v4v6_address((char*)pvt->host_addr, in ho_next() 391 (char*)pvt->host_addr); in ho_next() 401 pvt->h_addr_ptrs[0] = (char *)pvt->host_addr; in ho_next()
|
| H A D | nis_ho.c | 84 u_char host_addr[16]; /*%< IPv4 or IPv6 */ member 467 } else if (inet_pton(AF_INET, p, pvt->host_addr) > 0) { in makehostent() 469 map_v4v6_address((char*)pvt->host_addr, ap); in makehostent()
|
| H A D | dns_ho.c | 132 u_char host_addr[16]; /*%< IPv4 or IPv6 */ member 486 memcpy(pvt->host_addr, addr, len); in ho_byaddr() 487 pvt->h_addr_ptrs[0] = (char *)pvt->host_addr; in ho_byaddr() 490 map_v4v6_address((char*)pvt->host_addr, in ho_byaddr() 491 (char*)pvt->host_addr); in ho_byaddr()
|
| /netbsd-src/usr.sbin/rpc.lockd/ |
| H A D | lock_proc.c | 151 get_client(struct sockaddr *host_addr, rpcvers_t vers) in get_client() argument 180 &clnt_cache_addr[i], host_addr)) { in get_client() 198 error = getnameinfo(host_addr, (socklen_t)host_addr->sa_len, host, in get_client() 207 if (host_addr->sa_family == AF_INET6) in get_client() 212 if (host_addr->sa_family == AF_INET6) in get_client() 235 (void)memcpy(&clnt_cache_addr[clnt_cache_next_to_use], host_addr, in get_client() 236 (size_t)host_addr->sa_len); in get_client()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| H A D | grant_table.h | 342 uint64_t host_addr; member 367 uint64_t host_addr; member 506 uint64_t host_addr; member
|
| /netbsd-src/usr.sbin/rpcbind/ |
| H A D | rpcbind.c | 292 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ in init_transport() local 407 host_addr) == 1) { in init_transport() 414 hosts[nhostsbak], host_addr) == 1) { in init_transport() 422 host_addr) == 1) { in init_transport() 429 host_addr) == 1) { in init_transport()
|
| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | mount_fs.c | 1161 &((const struct sockaddr_in *)nap->host_addr)->sin_addr, in add_nfs4_mntopts() 1229 if (nap->host_addr) in discard_nfs4_args() 1230 free(nap->host_addr); in discard_nfs4_args() 1297 nap->host_addr = xmalloc(nap->host_addrlen); in compute_nfs4_args() 1298 memcpy(nap->host_addr, ip_addr, nap->host_addrlen); in compute_nfs4_args() 1306 ((struct sockaddr_in *)nap->host_addr)->sin_port = nfs_port; in compute_nfs4_args() 1378 sap = (struct sockaddr_in *) nap->host_addr; in print_nfs4_args()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/master/ |
| H A D | master_ent.c | 420 MAI_HOSTADDR_STR host_addr; in get_master_ent() local 436 host ? &host_addr : (MAI_HOSTADDR_STR *) 0, in get_master_ent() 438 serv->name = (host ? concatenate("[", host_addr.buf, "]:", in get_master_ent()
|
| /netbsd-src/usr.sbin/mtrace/ |
| H A D | mtrace.c | 141 u_int32_t host_addr(const char *name); 184 host_addr(const char *name) in host_addr() function 1233 if (arg && (gwy = host_addr(arg))) { in main() 1248 if (arg && (raddr = host_addr(arg))) { in main() 1254 if (arg && (lcl_addr = host_addr(arg))) { in main() 1273 if (argc > 0 && (qsrc = host_addr(argv[0]))) { /* Source of path */ in main() 1276 if (argc > 0 && (qdst = host_addr(argv[0]))) { /* Dest of path */ in main() 1278 if (argc > 0 && (qgrp = host_addr(argv[0]))) { /* Path via group */ in main()
|
| /netbsd-src/sys/arch/xen/xen/ |
| H A D | privcmd.c | 694 obj->u.gr.ops[i].host_addr = 0; in privcmd_map_gref() 698 obj->u.gr.ops[i].host_addr = in privcmd_map_gref() 939 op.host_addr = base_paddr; in privcmd_notify() 941 op.host_addr = va; in privcmd_notify() 958 uop.host_addr = base_paddr; in privcmd_notify() 960 uop.host_addr = va; in privcmd_notify()
|
| /netbsd-src/lib/libc/net/ |
| H A D | gethnamaddr.c | 749 struct in6_addr host_addr; in gethostent_r() local 769 if (inet_pton(AF_INET6, p, &host_addr) > 0) { in gethostent_r() 773 if (inet_pton(AF_INET, p, &host_addr) <= 0) in gethostent_r() 817 HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf, in gethostent_r()
|
| /netbsd-src/usr.sbin/map-mbone/ |
| H A D | mapper.c | 103 u_int32_t host_addr(char *name); 795 u_int32_t host_addr(char *name) in host_addr() function 864 } else if (argc == 1 && !(target_addr = host_addr(argv[0]))) { in main()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_linux.h | 287 struct sockaddr *host_addr; /* 1 */ member
|
| /netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| H A D | posttls-finger.c | 506 static DNS_RR *host_addr(STATE *, const char *); 1364 addr_list = host_addr(state, domain); in domain_addr() 1441 static DNS_RR *host_addr(STATE *state, const char *host) in host_addr() function 1607 state->addr = host_addr(state, domain); in connect_remote()
|
| /netbsd-src/external/bsd/libbind/dist/include/ |
| H A D | netdb.h | 274 struct in_addr host_addr; member
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | inet.c | 143 u_int32_t host_addr (addr, mask) in host_addr() function
|
| /netbsd-src/usr.sbin/mrinfo/ |
| H A D | mrinfo.c | 113 u_int32_t host_addr(char *name);
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | pmap.c | 5441 op->host_addr = xpmap_ptetomach(ptep); 5445 KASSERT(op->host_addr != 0); 5472 npte = op->host_addr | pmap_pg_nx | PTE_U | PTE_P; 5573 unmap_op.host_addr = xpmap_ptetomach(&ptes[pl1_i(va)]); 5575 unmap_op.host_addr = op->host_addr;
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | mdb.c | 844 max = host_addr (high, subnet -> netmask); 845 min = host_addr (low, subnet -> netmask); 850 min = host_addr (high, subnet -> netmask);
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 2955 u_int32_t host_addr (struct iaddr, struct iaddr);
|