Home
last modified time | relevance | path

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

/dragonfly/sbin/dhclient/
H A Dclparse.c71 [config->requested_option_count++] = DHO_SUBNET_MASK; in read_client_conf()
73 [config->requested_option_count++] = DHO_BROADCAST_ADDRESS; in read_client_conf()
75 [config->requested_option_count++] = DHO_TIME_OFFSET; in read_client_conf()
77 [config->requested_option_count++] = DHO_CLASSLESS_ROUTES; in read_client_conf()
79 [config->requested_option_count++] = DHO_ROUTERS; in read_client_conf()
81 [config->requested_option_count++] = DHO_DOMAIN_NAME; in read_client_conf()
83 [config->requested_option_count++] = DHO_DOMAIN_NAME_SERVERS; in read_client_conf()
85 [config->requested_option_count++] = DHO_HOST_NAME; in read_client_conf()
198 config->requested_option_count = in parse_client_statement()
H A Ddhcpd.h141 int requested_option_count; member
H A Ddhclient.c1260 options[i].len = config->requested_option_count; in make_discover()
1321 options[i].len = config->requested_option_count; in make_request()