Searched refs:host_addr (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/usr.sbin/rpc.lockd/
H A Dprocs.c116 get_client(struct sockaddr_in *host_addr, u_long vers) argument
140 if (client && !memcmp(&clnt_cache_addr[i], &host_addr->sin_addr,
158 host_addr->sin_port = 0;
159 client = clntudp_create(host_addr, NLM_PROG, vers, retry_time, &sock_no);
163 inet_ntoa(host_addr->sin_addr));
169 clnt_cache_addr[clnt_cache_next_to_use] = host_addr->sin_addr;
185 inet_ntoa(host_addr->sin_addr));
/openbsd-current/usr.sbin/dhcpd/
H A Dinet.c126 host_addr(struct iaddr addr, struct iaddr mask) function
H A Dmemory.c237 max = host_addr(high, subnet->netmask);
238 min = host_addr(low, subnet->netmask);
243 min = host_addr(high, subnet->netmask);
302 lhost = host_addr(lp->ip_addr, subnet->netmask);
H A Ddhcpd.h481 u_int32_t host_addr(struct iaddr, struct iaddr);
/openbsd-current/usr.sbin/ypserv/ypserv/
H A Dacl.c139 struct in_addr addr, mask, *host_addr; local
252 while ((host_addr = (struct in_addr *) *host->h_addr_list++) != NULL)
253 acl_add_host(allow, host_addr);
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.c429 char * host_addr; local
442 host_addr = va_arg(ap, char *);
446 retptr = gethostbyaddr(host_addr, (socklen_t) asize, anint); break;
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DHost.h116 /// \param[in] host_addr
120 /// \b A file spec with the module that contains \a host_addr,
121 /// which may be invalid if \a host_addr doesn't fall into
123 static FileSpec GetModuleFileSpecForHostAddress(const void *host_addr);
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp111 FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) { argument
116 (LPCTSTR)host_addr, &hmodule))
/openbsd-current/usr.sbin/mtrace/
H A Dmtrace.c133 u_int32_t host_addr(char *name);
174 host_addr(char *name) function
1196 if (arg && (gwy = host_addr(arg))) {
1211 if (arg && (raddr = host_addr(arg))) {
1217 if (arg && (lcl_addr = host_addr(arg))) {
1236 if (argc > 0 && (qsrc = host_addr(argv[0]))) { /* Source of path */
1239 if (argc > 0 && (qdst = host_addr(argv[0]))) { /* Dest of path */
1241 if (argc > 0 && (qgrp = host_addr(argv[0]))) { /* Path via group */
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp332 FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) {
336 if (::dladdr(host_addr, &info)) {
/openbsd-current/usr.sbin/map-mbone/
H A Dmapper.c103 u_int32_t host_addr(char *name);
769 u_int32_t host_addr(char *name) function
857 else if (argc == 1 && !(target_addr = host_addr(argv[0]))) {
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dreentr.pl931 char * host_addr;
944 host_addr = va_arg(ap, char *);
948 retptr = gethostbyaddr(host_addr, (socklen_t) asize, anint); break;

Completed in 261 milliseconds