Home
last modified time | relevance | path

Searched refs:ICMP_ECHO_REPLY (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwinping.cc49 } ICMP_ECHO_REPLY, * PICMP_ECHO_REPLY; typedef
134 return sizeof(ICMP_ECHO_REPLY) + talk_base::_max<uint32>(8, data_size); in ReplySize()
/external/chromium/third_party/libjingle/
Dmods-since-v0_4_0.diff1197 < return sizeof(ICMP_ECHO_REPLY) + max(8UL, data_size);
1199 > return sizeof(ICMP_ECHO_REPLY) + _max((uint32)(8UL), data_size);