Searched refs:send_ (Results 1 – 2 of 2) sorted by relevance
142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()153 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing()154 if (!create_ || !close_ || !send_) { in WinPing()213 DWORD result = send_(hping_, talk_base::HostToNetwork32(ip), in Ping()
84 PIcmpSendEcho send_; variable