Home
last modified time | relevance | path

Searched refs:TCPOLEN_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/
Dtcp.h435 #define TCPOLEN_TIMESTAMP 10 macro
1537 TCPOLEN_TIMESTAMP); in tcp_build_and_update_options()
1586 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_syn_build_options()
1589 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_syn_build_options()
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c2922 if(opsize==TCPOLEN_TIMESTAMP) { in tcp_parse_options()
2965 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_fast_parse_options()
4135 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) in tcp_rcv_established()
Dtcp_ipv4.c1223 TCPOLEN_TIMESTAMP); in tcp_v4_send_ack()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c1066 TCPOLEN_TIMESTAMP); in tcp_v6_send_ack()