Searched refs:ipfname (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dcheckrev.c17 int checkrev(ipfname)
18 char *ipfname;
30 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) {
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf.c45 static char *ipfname = IPL_NAME; variable
129 ipfname = IPAUTH_NAME;
141 if (opendevice(ipfname, 1) >= 0)
181 if (check && checkrev(ipfname) == -1) {
187 ipfdev = ipfname;
208 if ((opendevice(ipfname, 1) != -2) &&
220 if (opendevice(ipfname, 0) != -2) {
237 (void) opendevice(ipfname, 1);
303 if (opendevice(ipfname, 1) != -2 &&
416 if (opendevice(ipfname,
[all...]

Completed in 63 milliseconds