OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCPOPT_FASTOPEN
(Results
1 - 2
of
2
) sorted by null
/kernel/tests/net/test/
tcp_fastopen_test.py
29
TCPOPT_FASTOPEN
= 34
84
syn.getlayer("TCP").options = [(
TCPOPT_FASTOPEN
, "")]
93
(
TCPOPT_FASTOPEN
, "helloT"), ("NOP", None), ("NOP", None)]
117
t.options = [ (
TCPOPT_FASTOPEN
, "helloT"), ("NOP", None), ("NOP", None)]
/external/tcpdump/
tcp.h
89
#define
TCPOPT_FASTOPEN
34 /* TCP Fast Open (rfc7413) */
Completed in 2775 milliseconds