Lines Matching defs:ip
217 uint32_t ip = ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) |
227 ((addr.ipaddr().v4AddressAsHostOrderInteger() & mask) == (ip & mask));
1078 std::string ip = proxy->address.ipaddr().ToString();
1080 attributes[2].length = ip.length();
1081 attributes[2].data = const_cast<char*>(ip.c_str());