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

  /external/dhcpcd/
showlease.c 15 #define IPV4 (1 << 6)
30 { 1, IPV4 | REQUEST, "subnet_mask" },
32 { 3, IPV4 | ARRAY | REQUEST, "routers" },
33 { 4, IPV4 | ARRAY, "time_servers" },
34 { 5, IPV4 | ARRAY, "ien116_name_servers" },
35 { 6, IPV4 | ARRAY, "domain_name_servers" },
36 { 7, IPV4 | ARRAY, "log_servers" },
37 { 8, IPV4 | ARRAY, "cookie_servers" },
38 { 9, IPV4 | ARRAY, "lpr_servers" },
39 { 10, IPV4 | ARRAY, "impress_servers" }
    [all...]
dhcp.c 45 #define IPV4 (1 << 6)
53 #define IPV4R IPV4 | REQUEST
69 { 1, IPV4 | REQUEST, "subnet_mask" },
74 { 33, IPV4 | ARRAY | REQUEST, "static_routes" },
75 { 3, IPV4 | ARRAY | REQUEST, "routers" },
77 { 4, IPV4 | ARRAY, "time_servers" },
78 { 5, IPV4 | ARRAY, "ien116_name_servers" },
79 { 6, IPV4 | ARRAY, "domain_name_servers" },
80 { 7, IPV4 | ARRAY, "log_servers" },
81 { 8, IPV4 | ARRAY, "cookie_servers" }
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 388 {"%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},
389 {"%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},
397 {"\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},
471 if (host_cases[i].expected_family == CanonHostInfo::IPV4) {
496 if (host_cases[i].expected_family == CanonHostInfo::IPV4) {
504 TEST(URLCanonTest, IPv4) {
510 {"192.168.0.1", L"192.168.0.1", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4},
511 {"0300.0250.00.01", L"0300.0250.00.01", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4},
512 {"0xC0.0Xa8.0x0.0x1", L"0xC0.0Xa8.0x0.0x1", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4},
520 {"192", L"192", "0.0.0.192", url_parse::Component(0, 9), CanonHostInfo::IPV4, 1}
    [all...]
url_canon_ip.cc 94 // Invalid character for an IPv4 address.
105 // Converts an IPv4 component to a 32-bit number, while checking for overflow.
108 // - IPV4 - The number was valid, and did not overflow.
178 return CanonHostInfo::IPV4;
182 // part of an IPv4 address) to the output, and updating |*out_host| to
223 if (family != CanonHostInfo::IPV4)
254 return CanonHostInfo::IPV4;
257 // Return true if we've made a final IPV4/BROKEN decision, false if the result
269 case CanonHostInfo::IPV4:
270 // Definitely an IPv4 address
    [all...]
url_canon.h 336 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
344 // IPv4 address where truncation occurred, or something
348 IPV4, // - Successfully canonicalized as an IPv4 address.
353 // If |family| is IPV4, then this is the number of nonempty dot-separated
354 // components in the input text, from 1 to 4. If |family| is not IPV4,
359 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
394 // 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...]

Completed in 67 milliseconds