Home
last modified time | relevance | path

Searched refs:ipfdev (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf.c180 static int opendevice(ipfdev, check) in opendevice() argument
181 char *ipfdev; in opendevice()
192 if (!ipfdev)
193 ipfdev = ipfname;
196 if ((fd = open(ipfdev, O_RDWR)) == -1)
197 if ((fd = open(ipfdev, O_RDONLY)) == -1)
H A Dipfs.c350 int opendevice(ipfdev) in opendevice() argument
351 char *ipfdev; in opendevice()
358 if (!ipfdev)
359 ipfdev = IPL_NAME;
361 if ((fd = open(ipfdev, O_RDWR)) == -1)
362 if ((fd = open(ipfdev, O_RDONLY)) == -1)