Searched refs:IPV4 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/usr.bin/rump_dhcpclient/
H A Ddhcp.c44 #define IPV4 (1 << 6) macro
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 | ARRA
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dckdnsrps.sh137 -e 's/.*farsight_fastrpz_license *\([0-9.]*\);.*/IPV4=\1/p' \
148 if [ -z "$IPV4" ]; then
149 IPV4=license1.fastrpz.com
161 if $($DIG -4 -t axfr -y$KEY $TS4 $NAME @$IPV4 \
/netbsd-current/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.h105 * e.g. HAVE_OPT(IPV4)
153 # ifdef IPV4
154 # warning undefining IPV4 due to option name conflict
155 # undef IPV4 macro
202 # undef IPV4 macro
H A Dntpq.c578 if (HAVE_OPT(IPV4))
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc-opts.h104 * e.g. HAVE_OPT(IPV4)
152 # ifdef IPV4
153 # warning undefining IPV4 due to option name conflict
154 # undef IPV4 macro
197 # undef IPV4 macro
H A Dntpdc.c316 if (HAVE_OPT(IPV4))
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dcmd_args.c48 if (HAVE_OPT( IPV4 ))
55 } else if (HAVE_OPT( IPV4 ) && !ipv4_works)
H A Dntpd-opts.h126 * e.g. HAVE_OPT(IPV4)
173 # ifdef IPV4
174 # warning undefining IPV4 due to option name conflict
175 # undef IPV4 macro
315 # undef IPV4 macro
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dsntp-opts.h111 * e.g. HAVE_OPT(IPV4)
159 # ifdef IPV4
160 # warning undefining IPV4 due to option name conflict
161 # undef IPV4 macro
232 # undef IPV4 macro
H A Dmain.c202 if (HAVE_OPT(IPV4))
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig.c4709 #define IPV4(f) #f, wpa_global_config_parse_ipv4, wpa_config_get_ipv4, \ macro
4789 { IPV4(ip_addr_go), 0 },
4790 { IPV4(ip_addr_mask), 0 },
4791 { IPV4(ip_addr_start), 0 },
4792 { IPV4(ip_addr_end), 0 },
4885 #undef IPV4 macro
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap.c3325 DLT_CHOICE(IPV4, "Raw IPv4"),

Completed in 318 milliseconds