Home
last modified time | relevance | path

Searched refs:ipfunc_t (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dnametokva.c16 ipfunc_t nametokva(name, iocfunc) in nametokva()
36 res.ipfu_addr = (ipfunc_t)-1;
H A Dkvatoname.c17 ipfunc_t func; in kvatoname()
/netbsd-src/external/bsd/ipf/dist/
H A Dipf.h282 extern char *kvatoname __P((ipfunc_t, ioctlfunc_t));
298 extern ipfunc_t nametokva __P((char *, ioctlfunc_t));
H A Dip_fil_compat.c181 ipfunc_t fr_func; /* call this function */
231 ipfunc_t fr_func;
284 ipfunc_t fr_func;
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h499 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *); typedef
505 ipfunc_t ipfu_addr;
742 ipfunc_t fr_func; /* call this function */
H A Dfil.c172 static ipfunc_t ipf_findfunc(ipfunc_t);
2505 (fr->fr_func == (ipfunc_t)-1)) in ipf_scanlist()
2722 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW)) in ipf_firewall()
4525 ((fp->fr_func == NULL) || (fp->fr_func == (ipfunc_t)-1))) { in frrequest()
4531 ((fp->fr_func == NULL) || (fp->fr_func == (ipfunc_t)-1))) { in frrequest()
5293 static ipfunc_t
5294 ipf_findfunc(ipfunc_t funcptr) in ipf_findfunc()
H A Dip_fil_compat.c181 ipfunc_t fr_func; /* call this function */
231 ipfunc_t fr_func;
284 ipfunc_t fr_func;