Lines Matching +full:long +full:- +full:codes
8 * SPDX-License-Identifier: Apache-2.0
53 * These enumerations represent RFC2131 defined msy type codes, hence
78 * greater than cb->max_length, only cb->max_length bytes
79 * will be available in cb->data
98 * As many callbacks as needed can be added as long as each of them
145 callback->handler = handler; in net_dhcpv4_init_option_callback()
146 callback->option = option; in net_dhcpv4_init_option_callback()
147 callback->data = data; in net_dhcpv4_init_option_callback()
148 callback->max_length = max_length; in net_dhcpv4_init_option_callback()
166 * @brief Helper to initialize a struct net_dhcpv4_option_callback for encapsulated vendor-specific
170 * @param option The DHCP encapsulated vendor-specific option the callback responds to.
183 callback->handler = handler; in net_dhcpv4_init_option_vendor_callback()
184 callback->option = option; in net_dhcpv4_init_option_vendor_callback()
185 callback->data = data; in net_dhcpv4_init_option_vendor_callback()
186 callback->max_length = max_length; in net_dhcpv4_init_option_vendor_callback()
190 * @brief Add an application callback for encapsulated vendor-specific options.
197 * @brief Remove an application callback for encapsulated vendor-specific options.