Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/tools/
H A Dipfs.c303 devfd = opendevice(IPSTATE_NAME);
802 devfd = opendevice(IPSTATE_NAME);
852 devfd = opendevice(IPSTATE_NAME);
H A Dipf.c316 xfd = open(IPSTATE_NAME, O_RDWR);
367 if (opendevice(IPSTATE_NAME, 1) == -2)
H A Dipmon.c1549 conf->logsrc[2].file = IPSTATE_NAME; in initconfig()
H A Dipfstat.c245 if ((state_fd = open(IPSTATE_NAME, O_RDONLY)) == -1) {
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c167 static char *ipf_devfiles[] = { IPL_NAME, IPNAT_NAME, IPSTATE_NAME, IPAUTH_NAME,
H A Dip_fil.h1073 #define IPSTATE_NAME "/dev/ipstate" macro