Home
last modified time | relevance | path

Searched refs:IPL_NAME (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dkvatoname.c29 fd = open(IPL_NAME, O_RDONLY);
H A Dnametokva.c28 fd = open(IPL_NAME, O_RDONLY);
/netbsd-src/external/bsd/ipf/dist/samples/
H A Duserauth.c26 fd = open(IPL_NAME, O_RDWR); in main()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf.c54 static char *ipfname = IPL_NAME;
H A Dipfstat.c292 if ((ipf_fd = open(IPL_NAME, O_RDONLY)) == -1) {
293 fprintf(stderr, "open(%s)", IPL_NAME);
305 (void) checkrev(IPL_NAME);
429 ipfstate_live(IPL_NAME, &fiop, &ipsstp, &ifrstp,
H A Dipfs.c359 ipfdev = IPL_NAME;
H A Dipnat.c209 if (checkrev(IPL_NAME) == -1) {
H A Dipmon.c1553 conf->logsrc[0].file = IPL_NAME; in initconfig()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h1078 #ifndef IPL_NAME
1080 # define IPL_NAME "/dev/ipf" macro
1082 # define IPL_NAME "/dev/ipl" macro
/netbsd-src/external/bsd/ipf/dist/
H A DHISTORY1560 IPL_NAME needed in ipnat.c - Kelly (kelly@count04.mry.scruznet.com)