Home
last modified time | relevance | path

Searched refs:fripf_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/ipf/
H A Dipfcomp.c174 f->fr_ipf = (fripf_t *)malloc(sizeof(*f->fr_ipf)); in addrule()
440 fripf_t *ipf; in emitGroup()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h598 } fripf_t; typedef
673 fripf_t *fru_ipf;
H A Dfil.c2189 fripf_t *fri; in ipf_check_ipf()
4795 if (fp->fr_dsize != sizeof(fripf_t)) { in frrequest()
/freebsd/sbin/ipf/common/
H A Dipf_y.y2089 fr->fr_data = (void *)calloc(sizeof(fripf_t), 1); in setipftype()
2090 fr->fr_dsize = sizeof(fripf_t); in setipftype()