/external/dhcpcd/ |
D | showlease.c | 19 #define IPV4 (1 << 6) macro 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 …]
|
D | dhcp.c | 46 #define IPV4 (1 << 6) macro 54 #define IPV4R IPV4 | REQUEST 70 { 1, IPV4 | REQUEST, "subnet_mask" }, 76 { 33, IPV4 | ARRAY | REQUEST, "static_routes" }, 77 { 3, IPV4 | ARRAY | REQUEST, "routers" }, 79 { 4, IPV4 | ARRAY, "time_servers" }, 80 { 5, IPV4 | ARRAY, "ien116_name_servers" }, 83 { 6, IPV4 | ARRAY | REQUEST, "domain_name_servers" }, 84 { 7, IPV4 | ARRAY, "log_servers" }, 85 { 8, IPV4 | ARRAY, "cookie_servers" }, [all …]
|
/external/chromium/googleurl/src/ |
D | url_canon_unittest.cc | 426 …0%78%63%30%2e%30%32%35%30.01", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 3}, in TEST() 427 …8%63%30%2e%30%32%35%30.01%2e", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 3}, in TEST() 435 …ff15\xff10\xff0e\xff10\xff11", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 3}, in TEST() 509 if (host_cases[i].expected_family == CanonHostInfo::IPV4) { in TEST() 534 if (host_cases[i].expected_family == CanonHostInfo::IPV4) { in TEST() 548 …{"192.168.0.1", L"192.168.0.1", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4… in TEST() 549 …50.00.01", L"0300.0250.00.01", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4}, in TEST() 550 …x0.0x1", L"0xC0.0Xa8.0x0.0x1", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 4}, in TEST() 558 {"192", L"192", "0.0.0.192", url_parse::Component(0, 9), CanonHostInfo::IPV4, 1}, in TEST() 559 … {"0xC0a80001", L"0xC0a80001", "192.168.0.1", url_parse::Component(0, 11), CanonHostInfo::IPV4, 1}, in TEST() [all …]
|
D | url_canon_ip.cc | 181 return CanonHostInfo::IPV4; in IPv4ComponentToNumber() 226 if (family != CanonHostInfo::IPV4) in DoIPv4AddressToNumber() 257 return CanonHostInfo::IPV4; in DoIPv4AddressToNumber() 272 case CanonHostInfo::IPV4: in DoCanonicalizeIPv4Address() 555 if (CanonHostInfo::IPV4 != in DoIPv6AddressToNumber()
|
D | url_canon.h | 337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } in IsIPAddress() 349 IPV4, // - Successfully canonicalized as an IPv4 address. enumerator
|
/external/tcpdump/ |
D | print-isoclns.c | 50 #define IPV4 1 /* AFI value */ macro 1632 if (afi == IPV4) { in isis_print_extd_ip_reach() 1670 if (afi == IPV4) in isis_print_extd_ip_reach() 1687 if (afi == IPV4 && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte)) in isis_print_extd_ip_reach() 1696 if ((ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte) && afi == IPV4) || in isis_print_extd_ip_reach() 2241 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV4); in isis_print() 2258 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV4); in isis_print()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.cc | 334 if (host_info.family == url_canon::CanonHostInfo::IPV4) { in Parse()
|
/external/chromium/net/base/ |
D | net_util.cc | 2113 return family == url_canon::CanonHostInfo::IPV4; in ParseIPLiteralToNumber()
|
/external/dnsmasq/po/ |
D | fr.po | 328 msgstr "Traduit les adresses IPV4 des serveurs amonts."
|