Searched refs:IPTOS_CE (Results 1 – 2 of 2) sorted by relevance
58 #ifndef IPTOS_CE59 #define IPTOS_CE 0x01 /* ECN Cong. Experienced in IP header*/ macro580 if (ip->ip_tos & (IPTOS_CE|IPTOS_ECT)) { in ip_print()586 if (ip->ip_tos & IPTOS_CE) { in ip_print()
81 #define IPTOS_CE 0x01 /* congestion experienced */ macro