HomeSort by relevance Sort by last modified time
    Searched defs:IPV4 (Results 1 - 4 of 4) 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)
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/
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...]

Completed in 90 milliseconds