Searched refs:remotehost (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.sbin/lpr/lpd/ |
| H A D | allowedhost.c | 180 static char remotehost[NI_MAXHOST]; in gethostloop() local 186 h1[0] = remotehost[0] = '\0'; in gethostloop() 187 if (getnameinfo(raddr, salen, remotehost, sizeof(remotehost), in gethostloop() 202 error = getaddrinfo(remotehost, "0", &hints, &res); in gethostloop() 213 return (remotehost); in gethostloop() 222 h1, res->ai_canonname ? res->ai_canonname : remotehost); in gethostloop()
|
| /openbsd-src/lib/libc/net/ |
| H A D | ruserok.c | 348 static char remotehost[NI_MAXHOST]; in __gethostloop() local 354 h1[0] = remotehost[0] = '\0'; in __gethostloop() 355 if (getnameinfo(raddr, salen, remotehost, sizeof(remotehost), in __gethostloop() 371 error = getaddrinfo(remotehost, "0", &hints, &res); in __gethostloop() 382 return (remotehost); in __gethostloop()
|
| /openbsd-src/libexec/ftpd/ |
| H A D | ftpd.c | 150 char remotehost[HOST_NAME_MAX+1]; variable 730 "ANONYMOUS FTP LOGIN REFUSED FROM %s", remotehost); in user() 787 remotehost, name); in user() 795 remotehost, name); in user() 895 remotehost, curname); in pass() 900 remotehost); in pass() 957 ftpdlogwtmp(ttyline, pw->pw_name, remotehost); in pass() 964 (void)strncpy(utmp.ut_host, remotehost, sizeof(utmp.ut_host)); in pass() 1084 "%s: anonymous/%.*s", remotehost, in pass() 1085 (int)(sizeof(proctitle) - sizeof(remotehost) - in pass() [all …]
|
| H A D | monitor.c | 52 extern char remotehost[]; 195 setproctitle("%s: [priv pre-auth]", remotehost); in monitor_init() 313 remotehost); in handle_cmds()
|
| H A D | ftpcmd.y | 77 extern char hostname[], remotehost[];
|
| /openbsd-src/gnu/llvm/clang/www/demo/ |
| H A D | index.cgi | 72 my $remotehost = $ENV{'REMOTE_ADDR'}; 73 print LOG "[$time] [$remotehost]: $pid\n";
|