Searched defs:ip_prefix (Results 1 – 2 of 2) sorted by relevance
92 const IPAddressNumber& ip_prefix, in IPNumberMatchesPrefix()
325 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { in IsInNetEx()722 std::string ip_prefix = V8StringToUTF8(args.GetIsolate(), v8::Local<v8::String>::Cast(args[1])); in IsInNetExCallback() local