Searched refs:ipsrc (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/usr.sbin/authpf/ |
| H A D | authpf.c | 65 char ipsrc[256]; /* ip as a string */ variable 109 if (strlcpy(ipsrc, cp, sizeof(ipsrc)) >= sizeof(ipsrc)) { in main() 113 cp = strchr(ipsrc, ' '); in main() 115 syslog(LOG_ERR, "corrupt SSH_CLIENT variable %s", ipsrc); in main() 119 if (inet_pton(AF_INET, ipsrc, &ina) != 1 && in main() 120 inet_pton(AF_INET6, ipsrc, &ina) != 1) { in main() 122 "cannot determine IP from SSH_CLIENT %s", ipsrc); in main() 178 n = snprintf(pidfile, sizeof(pidfile), "%s/%s", PATH_PIDFILE, ipsrc); in main() 228 otherpid, ipsrc, otherluser); in main() 294 if (change_filter(1, luser, ipsrc) == -1) { in main() [all …]
|
| /dflybsd-src/sys/dev/netif/wi/ |
| H A D | if_wavelan_ieee.h | 150 int ipsrc; /* ip address associated with packet */ member
|