Searched refs:ipfunc_t (Results 1 – 6 of 6) sorted by relevance
15 ipfunc_t34 res.ipfu_addr = (ipfunc_t)-1; in nametokva()
16 kvatoname(ipfunc_t func, ioctlfunc_t iocfunc) in kvatoname()
136 fp->fr_func = (ipfunc_t)ipfrule_match_out_; in ipfrule_add_out_()205 fp->fr_func = (ipfunc_t)ipfrule_match_in_; in ipfrule_add_in_()
439 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *); typedef444 ipfunc_t ipfu_addr;680 ipfunc_t fr_func; /* call this function */
127 static ipfunc_t ipf_findfunc(ipfunc_t);2493 (fr->fr_func == (ipfunc_t)-1)) in ipf_scanlist() 2709 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW)) in ipf_firewall() 4607 ((fp->fr_func == NULL) || (fp->fr_func == (ipfunc_t)-1))) { in frrequest() 4613 ((fp->fr_func == NULL) || (fp->fr_func == (ipfunc_t)-1))) { in frrequest() 5359 /* Returns: ipfunc_t - pointer to function if found, else NULL */5364 static ipfunc_t5365 ipf_findfunc(ipfunc_t funcptr)
247 extern char *kvatoname(ipfunc_t, ioctlfunc_t);263 extern ipfunc_t nametokva(char *, ioctlfunc_t);