Searched refs:IPTOS_ECT (Results 1 – 2 of 2) sorted by relevance
55 #ifndef IPTOS_ECT56 #define IPTOS_ECT 0x02 /* ECN Capable Transport in IP header*/ macro580 if (ip->ip_tos & (IPTOS_CE|IPTOS_ECT)) { in ip_print()582 if (ip->ip_tos & IPTOS_ECT) { in ip_print()
82 #define IPTOS_ECT 0x02 /* ECN-capable transport */ macro