OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TCP_HDR
(Results
1 - 2
of
2
) sorted by null
/external/android-clat/
translate.c
450
if (header_size >
MAX_TCP_HDR
) {
451
// A TCP header cannot be more than
MAX_TCP_HDR
bytes long because it's a 4-bit field that
454
header_size,
MAX_TCP_HDR
);
455
header_size =
MAX_TCP_HDR
;
502
char transporthdr[
MAX_TCP_HDR
];
505
char icmp_transporthdr[
MAX_TCP_HDR
];
translate.h
33
#define
MAX_TCP_HDR
(15 * 4) // Data offset field is 4 bits and counts in 32-bit words.
Completed in 44 milliseconds