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

/freebsd-10.0-release/sys/netinet/
H A Dip.h125 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
H A Dtcp_output.c974 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20);
977 ip->ip_tos |= IPTOS_ECN_ECT0;
H A Dtcp_input.c1538 case IPTOS_ECN_ECT0:
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c165 { "ecntransport", IPTOS_ECN_ECT0},

Completed in 164 milliseconds