Lines Matching defs:ipfname
54 static char *ipfname = IPL_NAME;
142 ipfname = IPAUTH_NAME;
154 if (opendevice(ipfname, 1) >= 0)
194 if (check && checkrev(ipfname) == -1) {
200 ipfdev = ipfname;
227 if ((opendevice(ipfname, 1) != -2) &&
239 if (opendevice(ipfname, 0) != -2)
254 (void) opendevice(ipfname, 1);
318 if (opendevice(ipfname, 1) != -2 &&
440 if (opendevice(ipfname, 1) == -2)
470 if (opendevice(ipfname, 1) != -2 && ioctl(fd, SIOCSWAPA, &in) == -1)
481 if (opendevice(ipfname, 1) != -2 && ioctl(fd, SIOCFRSYN, &frsyn) == -1)
493 if (opendevice(ipfname, 1) != -2) {
546 if ((vfd = open(ipfname, O_RDONLY)) == -1) {