Searched refs:send6_ (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ |
D | winping.cc | 150 create6_(0), send6_(0), data_(0), dlen_(0), reply_(0), in WinPing() 174 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC); in WinPing() 175 if (!create6_ || !send6_) { in WinPing() 253 result = send6_(hping6_, NULL, NULL, NULL, &src, &dst, data_, in Ping()
|
D | winping.h | 93 PIcmp6SendEcho2 send6_; variable
|