Searched refs:TT (Results 1 – 1 of 1) sorted by relevance
267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \ macro275 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) ); in is_icmp_query()277 #undef TT