OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MESSAGE_HEADER_SIZE
(Results
1 - 2
of
2
) sorted by null
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
ProtocolConstants.java
38
public static final int
MESSAGE_HEADER_SIZE
= 16;
/external/mtpd/
l2tp.c
87
#define
MESSAGE_HEADER_SIZE
20
142
outgoing.length =
MESSAGE_HEADER_SIZE
;
197
if ((incoming.length != ACK_SIZE && incoming.length <
MESSAGE_HEADER_SIZE
)
237
int offset =
MESSAGE_HEADER_SIZE
;
Completed in 193 milliseconds