Home
last modified time | relevance | path

Searched refs:TCPOPT_EOL (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dtcp.h65 #define TCPOPT_EOL 0 macro
H A Dprint-tcp.c99 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)
117 { TCPOPT_EOL, "eol" },
594 case TCPOPT_EOL: in tcp_print()
690 if (opt == TCPOPT_EOL) in tcp_print()
/freebsd/usr.sbin/ppp/
H A Dtcpmss.c123 if (*opt == TCPOPT_EOL) in MSSFixup()
/freebsd/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c81 if (cp[0] == TCPOPT_EOL) in tcpmod_setmss()
/freebsd/sys/netgraph/
H A Dng_tcpmss.c425 if (*opt == TCPOPT_EOL) in correct_mss()
/freebsd/sys/netinet/
H A Dtcp.h102 #define TCPOPT_EOL 0 macro
H A Dtcp_output.c1948 *optp++ = TCPOPT_EOL; in tcp_addoptions()
H A Dtcp_input.c3555 if (opt == TCPOPT_EOL) in tcp_dooptions()
/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c139 if (*optp == TCPOPT_EOL) in pf_osfp_fingerprint_hdr()
H A Dpf_norm.c1477 case TCPOPT_EOL: /* FALLTHROUGH */ in pf_normalize_tcp_init()
1597 case TCPOPT_EOL: /* FALLTHROUGH */ in pf_normalize_tcp_stateful()
1955 if (opt == TCPOPT_EOL) in pf_normalize_mss()
H A Dpf.c3930 case TCPOPT_EOL: /* FALLTHROUGH */ in pf_modulate_sack()
4986 case TCPOPT_EOL: in pf_get_wscale()
5027 case TCPOPT_EOL: in pf_get_mss()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c835 if (opt == TCPOPT_EOL) in ktls_has_tcp_options()
870 if (opt == TCPOPT_EOL) in ktls_find_tcp_timestamps()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c362 if (opt == TCPOPT_EOL) in tcpopts_parse()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c1877 if (opt == TCPOPT_EOL) in ipf_tcpoptions()
H A Dip_nat.c6360 if (opt == TCPOPT_EOL) in ipf_nat_mssclamp()