Searched refs:send_ (Results 1 – 4 of 4) sorted by relevance
149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing()162 if (!create_ || !close_ || !send_) { in WinPing()245 result = send_(hping_, ip.ipv4_address().S_un.S_addr, data_, in Ping()
91 PIcmpSendEcho send_; variable
265 SendFlags send_ = SEND_NOTHING; variable
1777 if (send_ == send) { in ChangeSend()1793 send_ = send; in ChangeSend()2373 (send_ == SEND_NOTHING ? false : stats.typing_noise_detected); in GetStats()