Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/lpr/lpd/
HDlpd.c696 from_ip = strdup(hostbuf); in chkhost()
721 from_ip, gai_strerror(error)); in chkhost()
723 from_ip, gai_strerror(error)); in chkhost()
731 if (!error && !strcmp(from_ip, ip)) in chkhost()
738 from_ip); in chkhost()
740 "address for your hostname (%s) not matched", from_ip); in chkhost()
763 from_ip); in chkhost()
/dragonfly/usr.sbin/lpr/common_source/
HDcommon.c634 if (remspace > 5+strlen(from_ip) ) { in trstat_write()
635 snprintf(eostat, remspace, " sip=%s", from_ip); in trstat_write()
HDnet.c69 const char *from_ip = ""; /* client machine's IP address */ variable
HDlp.h172 extern const char *from_ip; /* client machine's IP address */
HDctlinfo.c86 extern const char *from_ip; /* client machine's IP address */