Home
last modified time | relevance | path

Searched refs:IPSTATE_NAME (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf.c322 xfd = open(IPSTATE_NAME, O_RDWR);
373 if (opendevice(IPSTATE_NAME, 1) == -2)
H A Dipfs.c315 devfd = opendevice(IPSTATE_NAME);
814 devfd = opendevice(IPSTATE_NAME);
864 devfd = opendevice(IPSTATE_NAME);
H A Dipmon.c1555 conf->logsrc[2].file = IPSTATE_NAME; in initconfig()
H A Dipfstat.c280 if ((state_fd = open(IPSTATE_NAME, O_RDONLY)) == -1) {
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h1090 #define IPSTATE_NAME "/dev/ipstate" macro