Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintfr.c40 } else if (fp->fr_func != NULL) {
44 s = kvatoname(fp->fr_func, iocfunc);
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c2464 f = (*fr->fr_func)(fin, &pass); in ipf_scanlist()
2504 if ((fr->fr_func == NULL) || in ipf_scanlist()
2505 (fr->fr_func == (ipfunc_t)-1)) in ipf_scanlist()
2510 fr = (*fr->fr_func)(fin, &passt); in ipf_scanlist()
2721 if ((fr != NULL) && (fr->fr_func != NULL) && in ipf_firewall()
2722 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW)) in ipf_firewall()
2723 (void) (*fr->fr_func)(fin, &pass); in ipf_firewall()
4377 if (memcmp(&fr1->fr_func, &fr2->fr_func, in ipf_rule_compare()
4378 fr1->fr_size - offsetof(struct frentry, fr_func)) != 0) in ipf_rule_compare()
4511 if ((makecopy == 1) && (fp->fr_func != NULL)) { in frrequest()
[all …]
H A Dip_fil_compat.c181 ipfunc_t fr_func; /* call this function */ member
231 ipfunc_t fr_func; member
284 ipfunc_t fr_func; member
1914 fr->fr_func = old->fr_func; in frentry_4_1_34_to_current()
2043 fr->fr_func = old->fr_func; in frentry_4_1_16_to_current()
2173 fr->fr_func = old->fr_func; in frentry_4_1_0_to_current()
3704 old->fr_func = fr->fr_func; in frentry_current_to_4_1_34()
3797 old->fr_func = fr->fr_func; in frentry_current_to_4_1_16()
3890 old->fr_func = fr->fr_func; in frentry_current_to_4_1_0()
H A Dip_fil.h742 ipfunc_t fr_func; /* call this function */ member
848 offsetof(struct frentry, fr_func))
H A Dip_auth.c428 fr->fr_func = NULL; in ipf_auth_check()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_fil_compat.c181 ipfunc_t fr_func; /* call this function */ member
231 ipfunc_t fr_func; member
284 ipfunc_t fr_func; member
1925 fr->fr_func = old->fr_func;
2057 fr->fr_func = old->fr_func;
2190 fr->fr_func = old->fr_func;
3784 old->fr_func = fr->fr_func;
3879 old->fr_func = fr->fr_func;
3974 old->fr_func = fr->fr_func;
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y378 { fr->fr_func = nametokva($1, ipfioctls[IPL_LOGIPF]);