HomeSort by relevance Sort by last modified time
    Searched refs:IPV4 (Results 1 - 8 of 8) sorted by null

  /external/dhcpcd/
showlease.c 19 #define IPV4 (1 << 6)
34 { 1, IPV4 | REQUEST, "subnet_mask" },
36 { 3, IPV4 | ARRAY | REQUEST, "routers" },
37 { 4, IPV4 | ARRAY, "time_servers" },
38 { 5, IPV4 | ARRAY, "ien116_name_servers" },
39 { 6, IPV4 | ARRAY, "domain_name_servers" },
40 { 7, IPV4 | ARRAY, "log_servers" },
41 { 8, IPV4 | ARRAY, "cookie_servers" },
42 { 9, IPV4 | ARRAY, "lpr_servers" },
43 { 10, IPV4 | ARRAY, "impress_servers" }
    [all...]
dhcp.c 46 #define IPV4 (1 << 6)
55 #define IPV4R IPV4 | REQUEST
71 { 1, IPV4 | REQUEST, "subnet_mask" },
77 { 33, IPV4 | ARRAY | REQUEST, "static_routes" },
78 { 3, IPV4 | ARRAY | REQUEST, "routers" },
80 { 4, IPV4 | ARRAY, "time_servers" },
81 { 5, IPV4 | ARRAY, "ien116_name_servers" },
84 { 6, IPV4 | ARRAY | REQUEST, "domain_name_servers" },
85 { 7, IPV4 | ARRAY, "log_servers" },
86 { 8, IPV4 | ARRAY, "cookie_servers" }
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 426 {"%30%78%63%30%2e%30%32%35%30.01", L"%30%78%63%30%2e%30%32%35%30.01", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 3},
427 {"%30%78%63%30%2e%30%32%35%30.01%2e", L"%30%78%63%30%2e%30%32%35%30.01%2e", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 3},
435 {"\xef\xbc\x90%Ef%bc\xb8%ef%Bd%83\xef\xbc\x90%EF%BC%8E\xef\xbc\x90\xef\xbc\x92\xef\xbc\x95\xef\xbc\x90\xef\xbc%8E\xef\xbc\x90\xef\xbc\x91", L"\xff10\xff38\xff43\xff10\xff0e\xff10\xff12\xff15\xff10\xff0e\xff10\xff11", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 3},
509 if (host_cases[i].expected_family == CanonHostInfo::IPV4) {
534 if (host_cases[i].expected_family == CanonHostInfo::IPV4) {
542 TEST(URLCanonTest, IPv4) {
548 {"192.168.0.1", L"192.168.0.1", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4},
549 {"0300.0250.00.01", L"0300.0250.00.01", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4},
550 {"0xC0.0Xa8.0x0.0x1", L"0xC0.0Xa8.0x0.0x1", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4},
558 {"192", L"192", "0.0.0.192", url_parse::Component(0, 9), CanonHostInfo::IPV4, 1}
    [all...]
url_canon_ip.cc 97 // Invalid character for an IPv4 address.
108 // Converts an IPv4 component to a 32-bit number, while checking for overflow.
111 // - IPV4 - The number was valid, and did not overflow.
181 return CanonHostInfo::IPV4;
185 // part of an IPv4 address) to the output, and updating |*out_host| to
226 if (family != CanonHostInfo::IPV4)
257 return CanonHostInfo::IPV4;
260 // Return true if we've made a final IPV4/BROKEN decision, false if the result
272 case CanonHostInfo::IPV4:
273 // Definitely an IPv4 address
    [all...]
url_canon.h 337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
345 // IPv4 address where truncation occurred, or something
349 IPV4, // - Successfully canonicalized as an IPv4 address.
354 // If |family| is IPV4, then this is the number of nonempty dot-separated
355 // components in the input text, from 1 to 4. If |family| is not IPV4,
360 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
395 // Tries to interpret the given host name as an IPv4 or IPv6 address. If it is
    [all...]
  /external/tcpdump/
print-isoclns.c 50 #define IPV4 1 /* AFI value */
166 { ISIS_TLV_INT_IP_REACH, "IPv4 Internal Reachability"},
168 { ISIS_TLV_EXT_IP_REACH, "IPv4 External Reachability"},
170 { ISIS_TLV_IPADDR, "IPv4 Interface address(es)"},
171 { ISIS_TLV_IPAUTH, "IPv4 authentication (deprecated)"},
173 { ISIS_TLV_EXTD_IP_REACH, "Extended IPv4 Reachability"},
182 { ISIS_TLV_MT_IP_REACH, "Multi-Topology IPv4 Reachability"},
358 { ISIS_SUBTLV_EXT_IS_REACH_IPV4_INTF_ADDR, "IPv4 interface address" },
359 { ISIS_SUBTLV_EXT_IS_REACH_IPV4_NEIGHBOR_ADDR, "IPv4 neighbor address" },
454 { 0, "IPv4 unicast"}
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 334 if (host_info.family == url_canon::CanonHostInfo::IPV4) {
    [all...]
  /external/chromium/net/base/
net_util.cc     [all...]

Completed in 91 milliseconds