Searched refs:opendevice (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipf.c | 52 static int opendevice __P((char *, int)); 147 if (opendevice(ipfname, 1) >= 0) 180 static int opendevice(ipfdev, check) in opendevice() function 214 if ((opendevice(ipfname, 1) != -2) && in get_flags() 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(ipfname, 1) == -2) [all …]
|
| H A D | ipfs.c | 74 int opendevice __P((char *)); 312 devfd = opendevice(NULL); 315 devfd = opendevice(IPSTATE_NAME); 317 devfd = opendevice(IPNAT_NAME); 350 int opendevice(ipfdev) in opendevice() function 806 fd = opendevice(NULL); 814 devfd = opendevice(IPSTATE_NAME); 821 devfd = opendevice(IPNAT_NAME); 856 fd = opendevice(NULL); 864 devfd = opendevice(IPSTATE_NAME); [all …]
|