Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h79 #define TCPOPT_NOP 1 macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2472 wptr[0] = TCPOPT_NOP; in tcp_xmit_ctl()
2473 wptr[1] = TCPOPT_NOP; in tcp_xmit_ctl()
3005 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
3006 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
3014 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()
3274 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp()
3275 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp()
3301 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp()
3302 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp()
3804 wptr[0] = TCPOPT_NOP; in tcp_fill_header()
[all …]
H A Dtcp_input.c61 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \
65 (TCPOPT_NOP << 8) | TCPOPT_NOP)
394 case TCPOPT_NOP: in tcp_parse_options()
632 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
633 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
2318 wptr[0] = TCPOPT_NOP; in tcp_ack_mp()
2319 wptr[1] = TCPOPT_NOP; in tcp_ack_mp()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c184 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16| in myri10ge_lro_rx()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c118 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \
122 (TCPOPT_NOP << 8) | TCPOPT_NOP)
2039 case TCPOPT_NOP: in tcp_parse_options()
2280 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
2281 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
5038 wptr[0] = TCPOPT_NOP; in tcp_wput_data()
5039 wptr[1] = TCPOPT_NOP; in tcp_wput_data()
5684 wptr[0] = TCPOPT_NOP; in tcp_ack_mp()
5685 wptr[1] = TCPOPT_NOP; in tcp_ack_mp()
6016 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c247 case TCPOPT_NOP: in print_tcpoptions()
372 case TCPOPT_NOP: in print_tcpoptions_summary()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1907 #ifndef TCPOPT_NOP
1908 # define TCPOPT_NOP 1 macro
/illumos-gate/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.c5390 else if (opt == TCPOPT_NOP) {
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1050 case TCPOPT_NOP: in tcphdr_print_options()