Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Ddhcp6.c424 u16_t num_req_options, u16_t max_len) in dhcp6_option_optionrequest() argument
430 sizeof(struct dhcp6_msg) + options_out_len + 4U + (2U * num_req_options) <= max_len); in dhcp6_option_optionrequest()
434 ret = dhcp6_option_short(ret, options, 2 * num_req_options); in dhcp6_option_optionrequest()
435 for (i = 0; i < num_req_options; i++) { in dhcp6_option_optionrequest()