OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IF_MAXLINKHDR
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
if.h
22
* Set
if_maxlinkhdr
to 48 because it's 40 bytes for TCP/IP,
26
#define
IF_MAXLINKHDR
48
28
#define
IF_MAXLINKHDR
40
32
#define
IF_MAXLINKHDR
(2 + 14 + 40)
/external/qemu/slirp-android/
if.h
22
* Set
if_maxlinkhdr
to 48 because it's 40 bytes for TCP/IP,
26
#define
IF_MAXLINKHDR
48
28
#define
IF_MAXLINKHDR
40
32
#define
IF_MAXLINKHDR
(2 + 14 + 40)
Completed in 175 milliseconds