Home
last modified time | relevance | path

Searched refs:TCPOPT_NOP (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/netinet/
H A Dtcp.h78 #define TCPOPT_NOP 1 macro
/titanic_44/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c189 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16| in myri10ge_lro_rx()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c250 case TCPOPT_NOP:
358 case TCPOPT_NOP: in print_tcpoptions_summary()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp.c119 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \
123 (TCPOPT_NOP << 8) | TCPOPT_NOP)
2040 case TCPOPT_NOP: in tcp_parse_options()
2281 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
2282 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
5040 wptr[0] = TCPOPT_NOP; in tcp_wput_data()
5041 wptr[1] = TCPOPT_NOP; in tcp_wput_data()
5686 wptr[0] = TCPOPT_NOP; in tcp_ack_mp()
5687 wptr[1] = TCPOPT_NOP; in tcp_ack_mp()
5886 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp()
[all …]
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2840 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
2841 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
2903 ASSERT(tmp_wptr[0] == TCPOPT_NOP && in tcp_xmit_mp_aux_iss()
2904 tmp_wptr[1] == TCPOPT_NOP); in tcp_xmit_mp_aux_iss()
2932 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
2933 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
2941 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
3197 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp()
3198 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp()
3697 wptr[0] = TCPOPT_NOP; in tcp_fill_header()
[all …]
H A Dtcp_input.c58 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \
62 (TCPOPT_NOP << 8) | TCPOPT_NOP)
260 case TCPOPT_NOP: in tcp_parse_options()
458 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
459 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
2190 wptr[0] = TCPOPT_NOP; in tcp_ack_mp()
2191 wptr[1] = TCPOPT_NOP; in tcp_ack_mp()
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1905 #ifndef TCPOPT_NOP
1906 # define TCPOPT_NOP 1 macro
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c273 { TCPOPT_NOP, 0x000001 },
1141 else if (opt == TCPOPT_NOP)
H A Dip_state.c1578 else if (opt == TCPOPT_NOP)
H A Dip_nat.c5388 else if (opt == TCPOPT_NOP) {
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1047 case TCPOPT_NOP: in tcphdr_print_options()