Home
last modified time | relevance | path

Searched refs:ipf_parsefile (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dipf.h232 extern int ipf_parsefile(int, addfunc_t, ioctlfunc_t *, char *);
H A Dipf_y.y1986 ipf_parsefile(int fd, addfunc_t addfunc, ioctlfunc_t *iocfuncs, char *filename) in ipf_parsefile() function
/freebsd/sbin/ipf/ipf/
H A Dipf.c236 ipf_parsefile(fd, ipf_interceptadd, iocfunctions, file); in procfile()
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c154 if (ipf_parsefile(-1, ipf_addrule, iocfunctions, in main()