Searched refs:TCPOPT_NOP (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp.h111 #define TCPOPT_NOP 1 macro
124 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
134 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|(ccopt)<<8|TCPOLEN_CC)
140 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK_PERMITTED<<8|TCPOLEN_SACK_PERMITTED)
141 #define TCPOPT_SACK_HDR (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK<<8)
H A Dtcp_output.c809 TCPOPT_NOP << 24 |
976 *bp++ = TCPOPT_NOP;
H A Dip_fw2.c435 if (opt == TCPOPT_NOP)
H A Dtcp_input.c3168 if (opt == TCPOPT_NOP)

Completed in 78 milliseconds