Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Dtcp.h66 #define TCPOPT_EOL 0 macro
Dprint-tcp.c99 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)
117 { TCPOPT_EOL, "eol" },
571 case TCPOPT_EOL: in tcp_print()
650 if (opt == TCPOPT_EOL) in tcp_print()
/freebsd-12-stable/usr.sbin/ppp/
Dtcpmss.c120 if (*opt == TCPOPT_EOL) in MSSFixup()
/freebsd-12-stable/sys/netpfil/ipfw/pmod/
Dtcpmod.c84 if (cp[0] == TCPOPT_EOL) in tcpmod_setmss()
/freebsd-12-stable/sys/netinet/
Dtcp.h88 #define TCPOPT_EOL 0 macro
Dtcp_output.c1832 *optp++ = TCPOPT_EOL; in tcp_addoptions()
Dtcp_input.c3376 if (opt == TCPOPT_EOL) in tcp_dooptions()
/freebsd-12-stable/sys/netgraph/
Dng_tcpmss.c422 if (*opt == TCPOPT_EOL) in correct_mss()
/freebsd-12-stable/sys/netpfil/pf/
Dpf_osfp.c142 if (*optp == TCPOPT_EOL) in pf_osfp_fingerprint_hdr()
Dpf_norm.c1518 case TCPOPT_EOL: /* FALLTHROUGH */ in pf_normalize_tcp_init()
1621 case TCPOPT_EOL: /* FALLTHROUGH */ in pf_normalize_tcp_stateful()
1984 if (opt == TCPOPT_EOL) in pf_normalize_tcpopt()
Dpf.c2742 case TCPOPT_EOL: /* FALLTHROUGH */ in pf_modulate_sack()
3548 case TCPOPT_EOL: in pf_get_wscale()
3588 case TCPOPT_EOL: in pf_get_mss()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw2.c358 if (opt == TCPOPT_EOL) in tcpopts_parse()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_state.c1882 if (opt == TCPOPT_EOL) in ipf_tcpoptions()
Dip_nat.c6369 if (opt == TCPOPT_EOL) in ipf_nat_mssclamp()