Searched refs:remotehost (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/lpr/lpd/
H A Dallowedhost.c180 static char remotehost[NI_MAXHOST]; local
186 h1[0] = remotehost[0] = '\0';
187 if (getnameinfo(raddr, salen, remotehost, sizeof(remotehost),
202 error = getaddrinfo(remotehost, "0", &hints, &res);
213 return (remotehost);
222 h1, res->ai_canonname ? res->ai_canonname : remotehost);
/openbsd-current/lib/libc/net/
H A Druserok.c348 static char remotehost[NI_MAXHOST]; local
354 h1[0] = remotehost[0] = '\0';
355 if (getnameinfo(raddr, salen, remotehost, sizeof(remotehost),
371 error = getaddrinfo(remotehost, "0", &hints, &res);
382 return (remotehost);
/openbsd-current/libexec/ftpd/
H A Dmonitor.c52 extern char remotehost[];
195 setproctitle("%s: [priv pre-auth]", remotehost);
313 remotehost);
H A Dftpd.c150 char remotehost[HOST_NAME_MAX+1]; variable
730 "ANONYMOUS FTP LOGIN REFUSED FROM %s", remotehost);
787 remotehost, name);
795 remotehost, name);
895 remotehost, curname);
900 remotehost);
957 ftpdlogwtmp(ttyline, pw->pw_name, remotehost);
964 (void)strncpy(utmp.ut_host, remotehost, sizeof(utmp.ut_host));
1084 "%s: anonymous/%.*s", remotehost,
1085 (int)(sizeof(proctitle) - sizeof(remotehost)
[all...]
H A Dftpcmd.y77 extern char hostname[], remotehost[];
/openbsd-current/gnu/llvm/clang/www/demo/
H A Dindex.cgi72 my $remotehost = $ENV{'REMOTE_ADDR'};
73 print LOG "[$time] [$remotehost]: $pid\n";
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm1354 Log to UDP port on C<$remotehost> instead of logging locally:
1356 setlogsock("udp", $remotehost);

Completed in 124 milliseconds