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

/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf.c52 static int opendevice __P((char *, int));
147 if (opendevice(ipfname, 1) >= 0)
180 static int opendevice(ipfdev, check) function
214 if ((opendevice(ipfname, 1) != -2) &&
226 if (opendevice(ipfname, 0) != -2) {
243 (void) opendevice(ipfname, 1);
309 if (opendevice(ipfname, 1) != -2 &&
373 if (opendevice(IPSTATE_NAME, 1) == -2)
416 if (opendevice(IPL_AUTH, 1) == -1)
437 if (opendevice(ipfnam
[all...]
H A Dipfs.c74 int opendevice __P((char *));
312 devfd = opendevice(NULL);
315 devfd = opendevice(IPSTATE_NAME);
317 devfd = opendevice(IPNAT_NAME);
350 int opendevice(ipfdev) function
806 fd = opendevice(NULL);
814 devfd = opendevice(IPSTATE_NAME);
821 devfd = opendevice(IPNAT_NAME);
856 fd = opendevice(NULL);
864 devfd = opendevice(IPSTATE_NAM
[all...]

Completed in 128 milliseconds