HomeSort by: relevance | last modified time | path
    Searched defs:IPV4 (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcp.c 44 #define IPV4 (1 << 6)
52 #define IPV4R IPV4 | REQUEST
68 { 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...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.h 104 * e.g. HAVE_OPT(IPV4)
152 # ifdef IPV4
153 # warning undefining IPV4 due to option name conflict
154 # undef IPV4
197 # undef IPV4
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.h 105 * e.g. HAVE_OPT(IPV4)
153 # ifdef IPV4
154 # warning undefining IPV4 due to option name conflict
155 # undef IPV4
202 # undef IPV4
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.h 111 * e.g. HAVE_OPT(IPV4)
159 # ifdef IPV4
160 # warning undefining IPV4 due to option name conflict
161 # undef IPV4
232 # undef IPV4
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.h 126 * e.g. HAVE_OPT(IPV4)
173 # ifdef IPV4
174 # warning undefining IPV4 due to option name conflict
175 # undef IPV4
315 # undef IPV4
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.c 5390 #define IPV4(f) #f, wpa_global_config_parse_ipv4, wpa_config_get_ipv4, \
5480 { IPV4(ip_addr_go), 0 },
5481 { IPV4(ip_addr_mask), 0 },
5482 { IPV4(ip_addr_start), 0 },
5483 { IPV4(ip_addr_end), 0 },
5607 #undef IPV4
wpa_supplicant_i.h 545 IPV4 = 4,

Completed in 35 milliseconds