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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c461 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \ macro
468 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) );
470 #undef TT macro

Completed in 46 milliseconds