Home
last modified time | relevance | path

Searched refs:TCPOPT_SACK_OK_LEN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h90 #define TCPOPT_SACK_OK_LEN 2 macro
91 #define TCPOPT_REAL_SACK_OK_LEN (TCPOPT_SACK_OK_LEN+2)
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1031 #define TCPOPT_SACK_OK_LEN 2 macro
1099 if (len < TCPOPT_SACK_OK_LEN || in tcphdr_print_options()
1100 opts[1] != TCPOPT_SACK_OK_LEN) { in tcphdr_print_options()
1105 opts += TCPOPT_SACK_OK_LEN; in tcphdr_print_options()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c141 #define TCPOPT_SACK_OK_LEN 2 macro
142 #define TCPOPT_REAL_SACK_OK_LEN (TCPOPT_SACK_OK_LEN+2)
2070 if (len < TCPOPT_SACK_OK_LEN || in tcp_parse_options()
2071 up[1] != TCPOPT_SACK_OK_LEN) in tcp_parse_options()
2074 up += TCPOPT_SACK_OK_LEN; in tcp_parse_options()
5917 wptr[3] = TCPOPT_SACK_OK_LEN; in tcp_xmit_mp()
5949 wptr[3] = TCPOPT_SACK_OK_LEN; in tcp_xmit_mp()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2910 wptr[1] = TCPOPT_SACK_OK_LEN; in tcp_xmit_mp_aux_iss()
2979 tmp_wptr[1] = TCPOPT_SACK_OK_LEN; in tcp_xmit_mp_aux_iss()
3008 wptr[3] = TCPOPT_SACK_OK_LEN; in tcp_xmit_mp_aux_iss()
H A Dtcp_input.c425 if (len < TCPOPT_SACK_OK_LEN || in tcp_parse_options()
426 up[1] != TCPOPT_SACK_OK_LEN) in tcp_parse_options()
429 up += TCPOPT_SACK_OK_LEN; in tcp_parse_options()