Home
last modified time | relevance | path

Searched refs:TCPOPT_TIMESTAMP (Results 1 – 5 of 5) sorted by relevance

/external/iptables/extensions/
Dlibxt_TCPOPTSTRIP.c27 #ifndef TCPOPT_TIMESTAMP
28 # define TCPOPT_TIMESTAMP 8 macro
50 {"timestamp", "Timestamp", TCPOPT_TIMESTAMP},
/external/tcpdump/
Dtcp.h75 #define TCPOPT_TIMESTAMP 8 /* timestamp (rfc1323) */ macro
93 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
Dprint-tcp.c125 { TCPOPT_TIMESTAMP, "TS" },
505 case TCPOPT_TIMESTAMP: in tcp_print()
/external/iproute2/include/netinet/
Dtcp.h149 # define TCPOPT_TIMESTAMP 8 macro
154 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
/external/iptables/utils/
Dnfsynproxy.c73 case TCPOPT_TIMESTAMP: in parse_packet()