Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h85 #define TCPOPT_MAXSEG_LEN 4 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1028 #define TCPOPT_MAXSEG_LEN 4 macro
1058 if (len < TCPOPT_MAXSEG_LEN || in tcphdr_print_options()
1059 opts[1] != TCPOPT_MAXSEG_LEN) { in tcphdr_print_options()
1066 opts += TCPOPT_MAXSEG_LEN; in tcphdr_print_options()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c136 #define TCPOPT_MAXSEG_LEN 4 macro
2044 if (len < TCPOPT_MAXSEG_LEN || in tcp_parse_options()
2045 up[1] != TCPOPT_MAXSEG_LEN) in tcp_parse_options()
2053 up += TCPOPT_MAXSEG_LEN; in tcp_parse_options()
5858 wptr[1] = TCPOPT_MAXSEG_LEN; in tcp_xmit_mp()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c399 if (len < TCPOPT_MAXSEG_LEN || in tcp_parse_options()
400 up[1] != TCPOPT_MAXSEG_LEN) in tcp_parse_options()
408 up += TCPOPT_MAXSEG_LEN; in tcp_parse_options()
H A Dtcp_output.c2888 wptr[1] = TCPOPT_MAXSEG_LEN; in tcp_xmit_mp_aux_iss()