Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Ddhcp6.c415 dhcp6_option_short(u16_t options_out_len, u8_t *options, u16_t value) in dhcp6_option_short() function
433 ret = dhcp6_option_short(options_out_len, options, DHCP6_OPTION_ORO); in dhcp6_option_optionrequest()
434 ret = dhcp6_option_short(ret, options, 2 * num_req_options); in dhcp6_option_optionrequest()
436 ret = dhcp6_option_short(ret, options, req_options[i]); in dhcp6_option_optionrequest()