Home
last modified time | relevance | path

Searched refs:from_ip (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/lpr/lpd/
H A Dlpd.c700 from_ip = strdup(hostbuf); in chkhost()
725 from_ip, gai_strerror(error)); in chkhost()
727 from_ip, gai_strerror(error)); in chkhost()
735 if (!error && !strcmp(from_ip, ip)) in chkhost()
742 from_ip); in chkhost()
744 "address for your hostname (%s) not matched", from_ip); in chkhost()
767 from_ip); in chkhost()
/freebsd/crypto/openssh/
H A Dauth.c471 const char *from_host, *from_ip; in getpwnamallow() local
522 from_ip = ssh_remote_ipaddr(ssh); in getpwnamallow()
523 if (!auth_hostok(lc, from_host, from_ip)) { in getpwnamallow()
525 pw->pw_name, from_host, from_ip); in getpwnamallow()
/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c691 if (remspace > 5+strlen(from_ip) ) { in trstat_write()
692 snprintf(eostat, remspace, " sip=%s", from_ip); in trstat_write()
H A Dnet.c73 const char *from_ip = ""; /* client machine's IP address */ variable
H A Dlp.h170 extern const char *from_ip; /* client machine's IP address */
H A Dctlinfo.c102 extern const char *from_ip; /* client machine's IP address */