Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dtcpoptnames.c18 { TCPOPT_SACK, 0x000010, 3, "sack" },
/freebsd/contrib/tcpdump/
H A Dtcp.h71 #define TCPOPT_SACK 5 /* selective ack (rfc2018) */ macro
H A Dprint-tcp.c122 { TCPOPT_SACK, "sack" },
501 case TCPOPT_SACK: in tcp_print()
/freebsd/sys/netinet/
H A Dtcp.h114 #define TCPOPT_SACK 5 macro
H A Dtcp_output.c1891 *optp++ = TCPOPT_SACK; in tcp_addoptions()
H A Dtcp_log_buf.c3093 case TCPOPT_SACK: in db_print_tcphdr()
H A Dtcp_input.c3539 case TCPOPT_SACK: in tcp_dooptions()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c397 case TCPOPT_SACK: in tcpopts_parse()
/freebsd/sys/netpfil/pf/
H A Dpf.c4386 TCPOPT_SACK, TCPOLEN_MINSACK)) != NULL) in pf_modulate_sack()