| /src/sys/arch/xen/x86/ | 
| xen_shm_machdep.c | 82 		op[i].host_addr = base_paddr + i * PAGE_SIZE; 84 		op[i].host_addr = va + i * PAGE_SIZE;
 137 				unop[uncnt].host_addr =
 140 				unop[uncnt].host_addr = va + i * PAGE_SIZE;
 198 		op[i].host_addr = base_paddr + i * PAGE_SIZE;
 200 		op[i].host_addr = va + i * PAGE_SIZE;
 
 | 
| /src/usr.sbin/ypserv/stdhosts/ | 
| stdhosts.c | 54 	struct in_addr host_addr;  local in function:main 110 		if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 &&
 111 		    (addr_string = inet_ntoa(host_addr)) != NULL) {
 
 | 
| /src/distrib/utils/libhack/ | 
| gethost.c | 144 	struct in6_addr host_addr;  local in function:gethostent_r 167 	if (inet_pton(AF_INET6, p, &host_addr) > 0) {
 170 	} else if (inet_pton(AF_INET, p, &host_addr) > 0) {
 217 	HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
 
 | 
| /src/lib/libbluetooth/ | 
| bluetooth.c | 49 static bdaddr_t		 host_addr;  variable in typeref:typename:bdaddr_t 127 	if (bt_aton(p, &host_addr) == 0)
 129 	host_addr_ptrs[0] = (char *) &host_addr;
 132 	host.h_length = sizeof(host_addr);
 
 | 
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ | 
| grant_table.h | 335  *     address is specified in <host_addr>. 342     uint64_t host_addr;  member in struct:gnttab_map_grant_ref
 356  * tracked by <handle>. If <host_addr> or <dev_bus_addr> is zero, that
 367     uint64_t host_addr;  member in struct:gnttab_unmap_grant_ref
 506     uint64_t host_addr;  member in struct:gnttab_unmap_and_replace
 
 | 
| /src/usr.sbin/rpc.lockd/ | 
| lock_proc.c | 151 get_client(struct sockaddr *host_addr, rpcvers_t vers) 180 		    &clnt_cache_addr[i], host_addr)) {
 198 	error = getnameinfo(host_addr, (socklen_t)host_addr->sa_len, host,
 207 	if (host_addr->sa_family == AF_INET6)
 212 	if (host_addr->sa_family == AF_INET6)
 235 	(void)memcpy(&clnt_cache_addr[clnt_cache_next_to_use], host_addr,
 236 	    (size_t)host_addr->sa_len);
 
 | 
| /src/usr.sbin/rpcbind/ | 
| rpcbind.c | 292 	u_int32_t host_addr[4];  /* IPv4 or IPv6 */  local in function:init_transport 407 				    host_addr) == 1) {
 414 					    hosts[nhostsbak], host_addr) == 1) {
 422 				    host_addr) == 1) {
 429 					    host_addr) == 1) {
 
 | 
| /src/sys/arch/xen/xen/ | 
| privcmd.c | 694 		obj->u.gr.ops[i].host_addr = 0; 698 		obj->u.gr.ops[i].host_addr =
 939 		op.host_addr = base_paddr;
 941 		op.host_addr = va;
 958 			uop.host_addr = base_paddr;
 960 			uop.host_addr = va;
 
 | 
| /src/usr.sbin/mtrace/ | 
| mtrace.c | 141 u_int32_t			host_addr(const char *name); 184 host_addr(const char *name)  function in typeref:typename:u_int32_t
 1233 		if (arg && (gwy = host_addr(arg))) {
 1248 		if (arg && (raddr = host_addr(arg))) {
 1254 		if (arg && (lcl_addr = host_addr(arg))) {
 1273     if (argc > 0 && (qsrc = host_addr(argv[0]))) {          /* Source of path */
 1276 	if (argc > 0 && (qdst = host_addr(argv[0]))) {      /* Dest of path */
 1278 	    if (argc > 0 && (qgrp = host_addr(argv[0]))) {  /* Path via group */
 
 | 
| /src/lib/libc/net/ | 
| gethnamaddr.c | 749 	struct in6_addr host_addr;  local in function:gethostent_r 769 		if (inet_pton(AF_INET6, p, &host_addr) > 0) {
 773 			if (inet_pton(AF_INET, p, &host_addr) <= 0)
 817 	HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
 
 | 
| /src/usr.sbin/map-mbone/ | 
| mapper.c | 103 u_int32_t		host_addr(char *name); 795 u_int32_t host_addr(char *name)  function in typeref:typename:u_int32_t
 864     } else if (argc == 1 && !(target_addr = host_addr(argv[0]))) {
 
 | 
| /src/usr.sbin/mrinfo/ | 
| mrinfo.c | 113 u_int32_t		host_addr(char *name); 
 | 
| /src/sys/arch/x86/x86/ | 
| 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;
 
 |