Home
last modified time | relevance | path

Searched refs:frpcmp_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h543 } frpcmp_t; typedef
553 frpcmp_t ftu_src; /* source port */
554 frpcmp_t ftu_dst; /* destination port */
H A Dfil.c156 static int ipf_portcheck __P((frpcmp_t *, u_32_t));
2085 frpcmp_t *frp; in ipf_portcheck()