Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c2760 NULL, FI_ICMPCMP); in ipf_checkicmpmatchingstate()
2795 tcp, FI_ICMPCMP))) { in ipf_checkicmpmatchingstate()
4454 &dst, NULL, FI_ICMPCMP))) { in ipf_checkicmp6matchingstate()
4523 is = ipf_matchsrcdst(&ofin, is, &src, &dst, tcp, FI_ICMPCMP);
H A Dip_fil.h273 #define FI_ICMPCMP 0x0003 /* Flags we can check for ICMP error packets */ macro