Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \ macro
275 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) ); in is_icmp_query()
277 #undef TT