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
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 | ARRA
[all...]
/external/chromium/googleurl/src/
H A Durl_canon.h337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
349 IPV4, // - Successfully canonicalized as an IPv4 address. enumerator in enum:url_canon::CanonHostInfo::Family
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.
/external/tcpdump/
H A Dprint-isoclns.c50 #define IPV4 1 /* AFI value */ macro
1632 if (afi == IPV4) {
1670 if (afi == IPV4)
1687 if (afi == IPV4 && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte))
1696 if ((ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte) && afi == IPV4) ||
2241 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV4);
2258 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV4);

Completed in 84 milliseconds