Symbol: IPV4
usr.bin/rump_dhcpclient/dhcp.c
101
{ 28, IPV4 | REQUEST, "broadcast_address" },
usr.bin/rump_dhcpclient/dhcp.c
105
{ 32, IPV4, "router_solicitation_address" },
usr.bin/rump_dhcpclient/dhcp.c
113
{ 41, IPV4 | ARRAY, "nis_servers" },
usr.bin/rump_dhcpclient/dhcp.c
114
{ 42, IPV4 | ARRAY, "ntp_servers" },
usr.bin/rump_dhcpclient/dhcp.c
116
{ 44, IPV4 | ARRAY, "netbios_name_servers" },
usr.bin/rump_dhcpclient/dhcp.c
117
{ 45, IPV4, "netbios_dd_server" },
usr.bin/rump_dhcpclient/dhcp.c
120
{ 48, IPV4 | ARRAY, "font_servers" },
usr.bin/rump_dhcpclient/dhcp.c
121
{ 49, IPV4 | ARRAY, "x_display_manager" },
usr.bin/rump_dhcpclient/dhcp.c
122
{ 50, IPV4, "dhcp_requested_address" },
usr.bin/rump_dhcpclient/dhcp.c
126
{ 54, IPV4, "dhcp_server_identifier" },
usr.bin/rump_dhcpclient/dhcp.c
133
{ 65, IPV4 | ARRAY, "nisplus_servers" },
usr.bin/rump_dhcpclient/dhcp.c
136
{ 68, IPV4 | ARRAY, "mobile_ip_home_agent" },
usr.bin/rump_dhcpclient/dhcp.c
137
{ 69, IPV4 | ARRAY, "smtp_server" },
usr.bin/rump_dhcpclient/dhcp.c
138
{ 70, IPV4 | ARRAY, "pop_server" },
usr.bin/rump_dhcpclient/dhcp.c
139
{ 71, IPV4 | ARRAY, "nntp_server" },
usr.bin/rump_dhcpclient/dhcp.c
140
{ 72, IPV4 | ARRAY, "www_server" },
usr.bin/rump_dhcpclient/dhcp.c
141
{ 73, IPV4 | ARRAY, "finger_server" },
usr.bin/rump_dhcpclient/dhcp.c
142
{ 74, IPV4 | ARRAY, "irc_server" },
usr.bin/rump_dhcpclient/dhcp.c
143
{ 75, IPV4 | ARRAY, "streettalk_server" },
usr.bin/rump_dhcpclient/dhcp.c
144
{ 76, IPV4 | ARRAY, "streettalk_directory_assistance_server" },
usr.bin/rump_dhcpclient/dhcp.c
147
{ 85, IPV4 | ARRAY, "nds_servers" },
usr.bin/rump_dhcpclient/dhcp.c
151
{ 89, IPV4 | ARRAY, "bcms_controller_address" },
usr.bin/rump_dhcpclient/dhcp.c
153
{ 92, IPV4 | ARRAY, "associated_ip" },
usr.bin/rump_dhcpclient/dhcp.c
155
{ 112, IPV4 | ARRAY, "netinfo_server_address" },
usr.bin/rump_dhcpclient/dhcp.c
158
{ 118, IPV4, "subnet_selection" },
usr.bin/rump_dhcpclient/dhcp.c
185
if (opt->type & UINT32 || opt->type & IPV4)
usr.bin/rump_dhcpclient/dhcp.c
191
if (opt->type & IPV4 || opt->type & ARRAY)
usr.bin/rump_dhcpclient/dhcp.c
52
#define IPV4R IPV4 | REQUEST
usr.bin/rump_dhcpclient/dhcp.c
68
{ 1, IPV4 | REQUEST, "subnet_mask" },
usr.bin/rump_dhcpclient/dhcp.c
74
{ 33, IPV4 | ARRAY | REQUEST, "static_routes" },
usr.bin/rump_dhcpclient/dhcp.c
75
{ 3, IPV4 | ARRAY | REQUEST, "routers" },
usr.bin/rump_dhcpclient/dhcp.c
77
{ 4, IPV4 | ARRAY, "time_servers" },
usr.bin/rump_dhcpclient/dhcp.c
78
{ 5, IPV4 | ARRAY, "ien116_name_servers" },
usr.bin/rump_dhcpclient/dhcp.c
79
{ 6, IPV4 | ARRAY, "domain_name_servers" },
usr.bin/rump_dhcpclient/dhcp.c
80
{ 7, IPV4 | ARRAY, "log_servers" },
usr.bin/rump_dhcpclient/dhcp.c
81
{ 8, IPV4 | ARRAY, "cookie_servers" },
usr.bin/rump_dhcpclient/dhcp.c
82
{ 9, IPV4 | ARRAY, "lpr_servers" },
usr.bin/rump_dhcpclient/dhcp.c
83
{ 10, IPV4 | ARRAY, "impress_servers" },
usr.bin/rump_dhcpclient/dhcp.c
84
{ 11, IPV4 | ARRAY, "resource_location_servers" },
usr.bin/rump_dhcpclient/dhcp.c
89
{ 16, IPV4, "swap_server" },
usr.bin/rump_dhcpclient/dhcp.c
94
{ 21, IPV4 | ARRAY, "policy_filter" },