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

/freebsd-10-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-10-stable/contrib/ipfilter/tools/
H A Dipf.c54 static char *ipfname = IPL_NAME; variable
138 ipfname = IPAUTH_NAME;
150 if (opendevice(ipfname, 1) >= 0)
190 if (check && checkrev(ipfname) == -1) {
196 ipfdev = ipfname;
217 if ((opendevice(ipfname, 1) != -2) &&
229 if (opendevice(ipfname, 0) != -2) {
246 (void) opendevice(ipfname, 1);
312 if (opendevice(ipfname, 1) != -2 &&
425 if (opendevice(ipfname,
[all...]

Completed in 80 milliseconds