Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/rpc.lockd/
Dprocs.c116 get_client(struct sockaddr_in *host_addr, u_long vers) in get_client() argument
140 if (client && !memcmp(&clnt_cache_addr[i], &host_addr->sin_addr, in get_client()
158 host_addr->sin_port = 0; in get_client()
159 client = clntudp_create(host_addr, NLM_PROG, vers, retry_time, &sock_no); in get_client()
163 inet_ntoa(host_addr->sin_addr)); in get_client()
169 clnt_cache_addr[clnt_cache_next_to_use] = host_addr->sin_addr; in get_client()
185 inet_ntoa(host_addr->sin_addr)); in get_client()
/openbsd/src/usr.sbin/ypserv/ypserv/
Dacl.c139 struct in_addr addr, mask, *host_addr; in acl_init() local
252 while ((host_addr = (struct in_addr *) *host->h_addr_list++) != NULL) in acl_init()
253 acl_add_host(allow, host_addr); in acl_init()
/openbsd/src/gnu/usr.bin/perl/
Dreentr.c431 char * host_addr; in Perl_reentrant_retry() local
444 host_addr = va_arg(ap, char *); in Perl_reentrant_retry()
448 retptr = gethostbyaddr(host_addr, (socklen_t) asize, anint); break; in Perl_reentrant_retry()
/openbsd/src/usr.sbin/mtrace/
Dmtrace.c133 u_int32_t host_addr(char *name);
174 host_addr(char *name) in host_addr() function
1196 if (arg && (gwy = host_addr(arg))) { in main()
1211 if (arg && (raddr = host_addr(arg))) { in main()
1217 if (arg && (lcl_addr = host_addr(arg))) { in main()
1236 if (argc > 0 && (qsrc = host_addr(argv[0]))) { /* Source of path */ in main()
1239 if (argc > 0 && (qdst = host_addr(argv[0]))) { /* Dest of path */ in main()
1241 if (argc > 0 && (qgrp = host_addr(argv[0]))) { /* Path via group */ in main()
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DHost.cpp111 FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) { in GetModuleFileSpecForHostAddress() argument
116 (LPCTSTR)host_addr, &hmodule)) in GetModuleFileSpecForHostAddress()
/openbsd/src/usr.sbin/dhcpd/
Dmemory.c237 max = host_addr(high, subnet->netmask); in new_address_range()
238 min = host_addr(low, subnet->netmask); in new_address_range()
243 min = host_addr(high, subnet->netmask); in new_address_range()
302 lhost = host_addr(lp->ip_addr, subnet->netmask); in new_address_range()
Dinet.c126 host_addr(struct iaddr addr, struct iaddr mask) in host_addr() function
Ddhcpd.h481 u_int32_t host_addr(struct iaddr, struct iaddr);
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DHost.h123 static FileSpec GetModuleFileSpecForHostAddress(const void *host_addr);
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DHost.cpp332 FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) { in GetModuleFileSpecForHostAddress() argument
336 if (::dladdr(host_addr, &info)) { in GetModuleFileSpecForHostAddress()
/openbsd/src/usr.sbin/map-mbone/
Dmapper.c103 u_int32_t host_addr(char *name);
769 u_int32_t host_addr(char *name) in host_addr() function
857 else if (argc == 1 && !(target_addr = host_addr(argv[0]))) { in main()