Searched defs:addfunc_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h167 typedef void (* addfunc_t) __P((int, ioctlfunc_t, void *)); typedef
221 extern int ipf_parsefile __P((int, addfunc_t, ioctlfunc_t *, char *));
222 extern int ipf_parsesome __P((int, addfunc_t, ioctlfunc_t *, FILE *));
226 extern int ipnat_parsefile __P((int, addfunc_t, ioctlfunc_t, char *));
227 extern int ipnat_parsesome __P((int, addfunc_t, ioctlfunc_t, FILE *));

Completed in 52 milliseconds