Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c1740 is->is_flx[out][0] = fin->fin_flx & FI_CMP;
3104 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
3168 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
3206 is = ipf_matchsrcdst(fin, is, &src, &dst, tcp, FI_CMP);
3277 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
H A Dip_fil.h275 #define FI_CMP 0x5cfe3 /* Not FI_FRAG,FI_NATED,FI_FRAGTAIL */ macro