HomeSort by relevance Sort by last modified time
    Searched refs:icmp_echo_reply (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipexport.h 37 typedef struct icmp_echo_reply { struct
45 } ICMP_ECHO_REPLY,*PICMP_ECHO_REPLY;
  /external/chromium_org/third_party/libjingle/source/talk/base/
winping.cc 46 typedef struct icmp_echo_reply { struct in namespace:talk_base
54 } ICMP_ECHO_REPLY, * PICMP_ECHO_REPLY;
149 return sizeof(ICMP_ECHO_REPLY) + talk_base::_max<uint32>(8, data_size);
356 // ICMP_ECHO_REPLY structures followed by the
359 // ICMP_ECHO_REPLY structure plus
369 // Returns the number of ICMP_ECHO_REPLY structures stored in ReplyBuffer.
  /external/chromium_org/third_party/webrtc/base/
winping.cc 29 typedef struct icmp_echo_reply { struct in namespace:rtc
37 } ICMP_ECHO_REPLY, * PICMP_ECHO_REPLY;
132 return sizeof(ICMP_ECHO_REPLY) + rtc::_max<uint32>(8, data_size);
339 // ICMP_ECHO_REPLY structures followed by the
342 // ICMP_ECHO_REPLY structure plus
352 // Returns the number of ICMP_ECHO_REPLY structures stored in ReplyBuffer.

Completed in 2179 milliseconds