Home
last modified time | relevance | path

Searched refs:TCPOPT_HEADER_LEN (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c47 #define TCPOPT_HEADER_LEN 2 macro
282 if (optlen <= TCPOPT_HEADER_LEN || in print_tcpoptions()
283 len < TCPOPT_HEADER_LEN) { in print_tcpoptions()
288 sack_len = len - TCPOPT_HEADER_LEN; in print_tcpoptions()
289 sack_opt = opt + TCPOPT_HEADER_LEN; in print_tcpoptions()
407 if (optlen <= TCPOPT_HEADER_LEN || in print_tcpoptions_summary()
408 len < TCPOPT_HEADER_LEN) { in print_tcpoptions_summary()
412 sack_len = len - TCPOPT_HEADER_LEN; in print_tcpoptions_summary()
413 sack_opt = opt + TCPOPT_HEADER_LEN; in print_tcpoptions_summary()
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_sunreno.c133 2 + TCPOPT_HEADER_LEN; in sunreno_after_idle()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1027 #define TCPOPT_HEADER_LEN 2 macro
1063 mdb_nhconvert(&mss, opts + TCPOPT_HEADER_LEN, in tcphdr_print_options()
1086 opts += TCPOPT_HEADER_LEN; in tcphdr_print_options()
1111 if (len <= TCPOPT_HEADER_LEN || len < opts[1] || in tcphdr_print_options()
1112 opts[1] <= TCPOPT_HEADER_LEN) { in tcphdr_print_options()
1116 sack_len = opts[1] - TCPOPT_HEADER_LEN; in tcphdr_print_options()
1117 opts += TCPOPT_HEADER_LEN; in tcphdr_print_options()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c145 #define TCPOPT_HEADER_LEN 2 macro
2086 sack_len = up[1] - TCPOPT_HEADER_LEN; in tcp_parse_options()
2087 up += TCPOPT_HEADER_LEN; in tcp_parse_options()
4714 2 + TCPOPT_HEADER_LEN; in tcp_wput_data()
5041 wptr[3] = TCPOPT_HEADER_LEN + num_sack_blk * in tcp_wput_data()
5632 TCPOPT_NOP_LEN * 2 + TCPOPT_HEADER_LEN; in tcp_ack_mp()
5687 wptr[3] = TCPOPT_HEADER_LEN + num_sack_blk * in tcp_ack_mp()
5758 TCPOPT_NOP_LEN * 2 + TCPOPT_HEADER_LEN; in tcp_xmit_mp()
6019 wptr[3] = TCPOPT_HEADER_LEN + num_sack_blk * in tcp_xmit_mp()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h94 #define TCPOPT_HEADER_LEN 2 macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c378 2 + TCPOPT_HEADER_LEN; in tcp_wput_data()
3127 TCPOPT_NOP_LEN * 2 + TCPOPT_HEADER_LEN; in tcp_xmit_mp()
3277 wptr[3] = TCPOPT_HEADER_LEN + num_sack_blk * in tcp_xmit_mp()
3807 wptr[3] = TCPOPT_HEADER_LEN + num_sack_blk * in tcp_fill_header()
H A Dtcp_input.c441 sack_len = up[1] - TCPOPT_HEADER_LEN; in tcp_parse_options()
442 up += TCPOPT_HEADER_LEN; in tcp_parse_options()
2250 TCPOPT_NOP_LEN * 2 + TCPOPT_HEADER_LEN; in tcp_ack_mp()
2303 wptr[3] = TCPOPT_HEADER_LEN + num_sack_blk * in tcp_ack_mp()