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

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dcheckrev.c17 int checkrev(ipfname)
18 char *ipfname;
30 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) {
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipf.c49 static char *ipfname = IPL_NAME; variable
124 ipfname = IPAUTH_NAME;
136 if (opendevice(ipfname, 1) >= 0)
176 if (check && checkrev(ipfname) == -1) {
182 ipfdev = ipfname;
203 if ((opendevice(ipfname, 1) != -2) &&
215 if (opendevice(ipfname, 0) != -2)
230 (void) opendevice(ipfname, 1);
294 if (opendevice(ipfname, 1) != -2 &&
408 if (opendevice(ipfname,
[all...]

Completed in 100 milliseconds