Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h222 extern int ipf_parsefile __P((int, addfunc_t, ioctlfunc_t *, char *));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c258 ipf_parsefile(fd, ipf_interceptadd, iocfunctions, file);
H A Dipftest.c164 if (ipf_parsefile(-1, ipf_addrule, iocfunctions,
H A Dipf_y.y1793 int ipf_parsefile(fd, addfunc, iocfuncs, filename) in ipf_parsefile() function