Home
last modified time | relevance | path

Searched refs:requested_option_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/dhclient/
H A Dclparse.c67 for (i = n = 0; i < config->requested_option_count; i++) { in unrequest_ignored_options()
72 config->requested_option_count = n; in unrequest_ignored_options()
108 [top_level_config.requested_option_count++] = DHO_SUBNET_MASK; in read_client_conf()
110 [top_level_config.requested_option_count++] = DHO_BROADCAST_ADDRESS; in read_client_conf()
112 [top_level_config.requested_option_count++] = DHO_TIME_OFFSET; in read_client_conf()
114 [top_level_config.requested_option_count++] = DHO_CLASSLESS_ROUTES; in read_client_conf()
116 [top_level_config.requested_option_count++] = DHO_ROUTERS; in read_client_conf()
118 [top_level_config.requested_option_count++] = DHO_DOMAIN_NAME; in read_client_conf()
120 [top_level_config.requested_option_count++] = in read_client_conf()
123 [top_level_config.requested_option_count++] = DHO_HOST_NAME; in read_client_conf()
[all …]
H A Ddhcpd.h163 int requested_option_count; member
H A Ddhclient.c1803 options[i]->len = ip->client->config->requested_option_count; in make_discover()
1805 ip->client->config->requested_option_count; in make_discover()
1915 options[i]->len = ip->client->config->requested_option_count; in make_request()
1917 ip->client->config->requested_option_count; in make_request()
H A Doptions.c413 for (int i = 0; i < config->requested_option_count; i++) { in ipv6_only_option()