Searched refs:create6_ (Results 1 – 2 of 2) sorted by relevance
150 create6_(0), send6_(0), data_(0), dlen_(0), reply_(0), in WinPing()173 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC); in WinPing()175 if (!create6_ || !send6_) { in WinPing()179 hping6_ = create6_(); in WinPing()
92 PIcmp6CreateFile create6_; variable