Searched defs:IPV4 (Results 1 - 4 of 4) sorted by relevance

/external/dhcpcd/
H A Dshowlease.c19 #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 | ARRA
[all...]
H A Ddhcp.c46 #define IPV4 (1 << 6) macro
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 | ARRA
[all...]
/external/chromium_org/url/
H A Durl_canon.h316 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
328 IPV4, // - Successfully canonicalized as an IPv4 address. enumerator in enum:url::CanonHostInfo::Family
333 // If |family| is IPV4, then this is the number of nonempty dot-separated
334 // components in the input text, from 1 to 4. If |family| is not IPV4,
339 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
351 return family == IPV4 ? 4 : (family == IPV6 ? 16 : 0);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c3806 #define IPV4(f) #f, wpa_global_config_parse_ipv4, OFFSET(f), NULL, NULL macro
3872 { IPV4(ip_addr_go), 0 },
3873 { IPV4(ip_addr_mask), 0 },
3874 { IPV4(ip_addr_start), 0 },
3875 { IPV4(ip_addr_end), 0 },
3928 #undef IPV4 macro

Completed in 3026 milliseconds