Searched refs:ipfunc_t (Results 1 – 7 of 7) sorted by relevance
16 ipfunc_t nametokva(name, iocfunc) in nametokva()36 res.ipfu_addr = (ipfunc_t)-1;
17 ipfunc_t func; in kvatoname()
282 extern char *kvatoname __P((ipfunc_t, ioctlfunc_t));298 extern ipfunc_t nametokva __P((char *, ioctlfunc_t));
181 ipfunc_t fr_func; /* call this function */231 ipfunc_t fr_func;284 ipfunc_t fr_func;
499 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *); typedef505 ipfunc_t ipfu_addr;742 ipfunc_t fr_func; /* call this function */
172 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_t5294 ipf_findfunc(ipfunc_t funcptr) in ipf_findfunc()