Home
last modified time | relevance | path

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

/external/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()
/external/iproute2/include/netinet/
Dtcp.h140 # define TCPOPT_EOL 0 macro
/external/iptables/utils/
Dnfsynproxy.c52 case TCPOPT_EOL: in parse_packet()
/external/syzkaller/sys/linux/
Dvnet_arm64.const354 TCPOPT_EOL = 0
Dvnet_amd64.const354 TCPOPT_EOL = 0
Dvnet_arm.const354 TCPOPT_EOL = 0
Dvnet_386.const354 TCPOPT_EOL = 0
Dvnet_ppc64le.const354 TCPOPT_EOL = 0
Dvnet.txt738 tcp_option_types = TCPOPT_NOP, TCPOPT_EOL, TCPOPT_MSS, TCPOPT_WINDOW, TCPOPT_SACK_PERM, TCPOPT_SACK…
753 type const[TCPOPT_EOL, int8]