Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dtcp_impl.h84 #define TCPOPT_MAXSEG_LEN 4 macro
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1026 #define TCPOPT_MAXSEG_LEN 4 macro
1055 if (len < TCPOPT_MAXSEG_LEN || in tcphdr_print_options()
1056 opts[1] != TCPOPT_MAXSEG_LEN) { in tcphdr_print_options()
1063 opts += TCPOPT_MAXSEG_LEN; in tcphdr_print_options()
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c137 #define TCPOPT_MAXSEG_LEN 4 macro
2045 if (len < TCPOPT_MAXSEG_LEN || in tcp_parse_options()
2046 up[1] != TCPOPT_MAXSEG_LEN) in tcp_parse_options()
2054 up += TCPOPT_MAXSEG_LEN; in tcp_parse_options()
5860 wptr[1] = TCPOPT_MAXSEG_LEN; in tcp_xmit_mp()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c268 if (len < TCPOPT_MAXSEG_LEN || in tcp_parse_options()
269 up[1] != TCPOPT_MAXSEG_LEN) in tcp_parse_options()
277 up += TCPOPT_MAXSEG_LEN; in tcp_parse_options()
H A Dtcp_output.c2829 wptr[1] = TCPOPT_MAXSEG_LEN; in tcp_xmit_mp_aux_iss()