Searched defs:hostAddress (Results 1 – 3 of 3) sorted by relevance
72 char hostAddress[] = "192.168.3.66"; variable79 std::string hostAddress = "192.168.3.66"; variable85 char hostAddress[] = "192.168.3.66"; variable91 std::string hostAddress = "192.168.3.66"; variable98 char hostAddress[] = "192.168.3.66"; variable113 std::string hostAddress = "192.168.3.66"; variable122 char hostAddress[] = "192.168.3.66"; variable
114 void DnsChecker::formatHostAdress(char* hostAddress, const char* host) in formatHostAdress()201 char* hostAddress = static_cast<char*>(&buff[sizeof(struct DNS_HEADER)]); in checkDnsValid() local
151 struct in_addr hostAddress = {INADDR_ANY}; in GetHostAddressWithInet() local