OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TCPOPTLEN
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcp_output.c
61
#define
MAX_TCPOPTLEN
32 /* max # bytes that go in options */
74
u_char opt[
MAX_TCPOPTLEN
];
/external/qemu/slirp-android/
tcp_output.c
61
#define
MAX_TCPOPTLEN
32 /* max # bytes that go in options */
74
u_char opt[
MAX_TCPOPTLEN
];
Completed in 37 milliseconds