OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICMP_HEADER_SIZE
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java
57
private static final int
ICMP_HEADER_SIZE
= 8;
71
byte[] packet = new byte[payloadLength +
ICMP_HEADER_SIZE
];
161
byte[] packet = pingPacket((int) (Math.random() * (MAX_SIZE -
ICMP_HEADER_SIZE
)));
/external/webrtc/webrtc/base/
win32socketserver.cc
54
static const int
ICMP_HEADER_SIZE
= 8u;
529
int32_t size = PACKET_MAXIMUMS[level] - IP_HEADER_SIZE -
ICMP_HEADER_SIZE
;
physicalsocketserver.cc
95
static const int
ICMP_HEADER_SIZE
= 8u;
418
int header_size =
ICMP_HEADER_SIZE
;
[
all
...]
Completed in 85 milliseconds