Home
last modified time | relevance | path

Searched refs:IPTOS_ECN_ECT0 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip.h133 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
H A Dtcp_output.c1197 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in tcp_output()
1200 ip->ip_tos |= IPTOS_ECN_ECT0; in tcp_output()
H A Dtcp_input.c541 case IPTOS_ECN_ECT0: in cc_ecnpkt_handler()
1591 case IPTOS_ECN_ECT0: in tcp_do_segment()
/f-stack/tools/compat/include/netinet/
H A Dip.h133 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10934 case IPTOS_ECN_ECT0: in rack_do_segment_nounlock()
13455 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in rack_output()
13458 ip->ip_tos |= IPTOS_ECN_ECT0; in rack_output()
/f-stack/tools/ipfw/
H A Dipfw2.c174 { "ecntransport", IPTOS_ECN_ECT0},