Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dtcp.h127 #define TCPOPT_NOP 1 macro
140 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
150 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|(ccopt)<<8|TCPOLEN_CC)
167 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK_PERMITTED<<8|TCPOLEN_SACK_PERMITTED)
168 #define TCPOPT_SACK_HDR (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK<<8)
H A Dtcp_output.c588 (TCPOPT_NOP << 8) | TCPOPT_NOP); in tcp_add_accecn_option()
597 *lp++ = htonl(((e1b & 0xff) << 24) | (TCPOPT_NOP << 16) | (TCPOPT_NOP << 8) | TCPOPT_NOP); in tcp_add_accecn_option()
600 *lp++ = htonl(((e0b & 0xff) << 24) | (TCPOPT_NOP << 16) | (TCPOPT_NOP << 8) | TCPOPT_NOP); in tcp_add_accecn_option()
626 *lp++ = htonl(((e0b & 0xffffff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()
630 *lp++ = htonl(((e1b & 0xffffff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()
1724 TCPOPT_NOP << 24 | in tcp_output()
1849 *bp++ = TCPOPT_NOP; in tcp_output()
H A Dtcp_input.c5795 if (opt == TCPOPT_NOP) { in tcp_dooptions()
/xnu-8792.61.2/bsd/net/
H A Dpf_osfp.c165 if (*optp == TCPOPT_NOP) { in pf_osfp_fingerprint_hdr()
H A Dpf_norm.c2803 case TCPOPT_NOP: in pf_normalize_tcp_init()
2905 case TCPOPT_NOP: in pf_normalize_tcp_stateful()
3279 if (opt == TCPOPT_NOP) { in pf_normalize_tcpopt()
H A Dpf.c2572 case TCPOPT_NOP: in pf_modulate_sack()
4216 case TCPOPT_NOP: in pf_get_wscale()
4260 case TCPOPT_NOP: in pf_get_mss()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c71 case TCPOPT_NOP: in flow_track_tcp_get_wscale()