Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp.h85 #define TCPOPT_SACK 5 /* Experimental */ macro
102 #define TCPOPT_SACK_HDR (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK<<8)
H A Dtcp_input.c2202 case TCPOPT_SACK: in tcp_dooptions()
/openbsd/usr.sbin/tcpdump/
H A Dprint-tcp.c59 #ifndef TCPOPT_SACK
60 #define TCPOPT_SACK 5 /* selective ack (rfc2018) */ macro
511 case TCPOPT_SACK: in tcp_print()
/openbsd/sys/net/
H A Dpf.c3242 TCPOPT_SACK, TCPOLEN_MINSACK)) != NULL) in pf_modulate_sack()