HomeSort by relevance Sort by last modified time
    Searched refs:icmp_echo_reply (Results 1 - 2 of 2) 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/webrtc/webrtc/base/
winping.cc 31 typedef struct icmp_echo_reply { struct in namespace:rtc
39 } ICMP_ECHO_REPLY, * PICMP_ECHO_REPLY;
133 return sizeof(ICMP_ECHO_REPLY) + std::max<uint32_t>(8, data_size);
338 // ICMP_ECHO_REPLY structures followed by the
341 // ICMP_ECHO_REPLY structure plus
351 // Returns the number of ICMP_ECHO_REPLY structures stored in ReplyBuffer.

Completed in 104 milliseconds