Home
last modified time | relevance | path

Searched refs:TCPOPT_SACK (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp.h136 #define TCPOPT_SACK 5 macro
171 #define TCPOPT_SACK_HDR (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK<<8)
H A Dtcp_output.c818 *optp++ = TCPOPT_SACK; in tcp_addoptions()
2286 *bp++ = TCPOPT_SACK; in tcp_output()
H A Dtcp_input.c6465 case TCPOPT_SACK: in tcp_dooptions()
/xnu-12377.61.12/bsd/net/
H A Dpf.c2617 case TCPOPT_SACK: in pf_modulate_sack()