Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_user_option_add_test.c50 … *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length);
320 …P *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length) in dhcp_user_option_add() argument
335 if (*user_option_length < (strlen(vendor_class_id) + 2)) in dhcp_user_option_add()
348 *user_option_length = (strlen(vendor_class_id) + 2); in dhcp_user_option_add()
Dnetx_dhcp_server_small_packet_payload_test.c64 … *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length);
292 …P *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length) in dhcp_user_option_add() argument
296 *user_option_length = NX_BOOT_BUFFER_SIZE - 267 - 1; in dhcp_user_option_add()
Dnetx_dhcp_client_send_with_zero_source_address_test.c110 …P *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length) in dhcp_user_option_add_with_long_length() argument
112 *user_option_length = 1100; in dhcp_user_option_add_with_long_length()
Dnetx_dhcpv6_user_option_add_test.c178 …pv6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length) in dhcpv6_user_option_add() argument
212 if (*user_option_length < (user_class_len + 6)) in dhcpv6_user_option_add()
231 *user_option_length = (user_class_len + 6); in dhcpv6_user_option_add()
Dnetx_dhcp_coverage_test.c147 …P *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length) in dhcp_user_option_add_with_false_return() argument
152 …P *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length) in dhcp_user_option_add() argument
154 *user_option_length = 301; in dhcp_user_option_add()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.h513 … *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length);
647 …*dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length));
718 …*dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length));
719 …*dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length));
Dnxd_dhcpv6_client.h763 …v6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length);
930 …6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length));
1011 …6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length));
1012 …6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length));
Dnxd_dhcp_client.c4878 … UCHAR *user_option_ptr, UINT *user_option_length)) in _nxe_dhcp_user_option_add_callback_set() argument
4939 … UCHAR *user_option_ptr, UINT *user_option_length)) in _nx_dhcp_user_option_add_callback_set() argument
6607 UINT user_option_length; in _nx_dhcp_send_request_internal() local
6910 user_option_length = (UINT)(packet_ptr -> nx_packet_data_end - user_option_ptr - 1); in _nx_dhcp_send_request_internal()
6913 …ion_add(dhcp_ptr, iface_index, dhcp_message_type, user_option_ptr, &user_option_length) == NX_TRUE) in _nx_dhcp_send_request_internal()
6917 index += user_option_length; in _nx_dhcp_send_request_internal()
Dnxd_dhcpv6_client.c8393 UINT user_option_length; in _nx_dhcpv6_send_request() local
9035 user_option_length = (UINT)(packet_ptr -> nx_packet_data_end - user_option_ptr); in _nx_dhcpv6_send_request()
9038 …pv6_ptr -> nx_dhcpv6_message_hdr.nx_message_type, user_option_ptr, &user_option_length) == NX_TRUE) in _nx_dhcpv6_send_request()
9042 index += user_option_length; in _nx_dhcpv6_send_request()
12156 … UCHAR *user_option_ptr, UINT *user_option_length)) in _nxe_dhcpv6_user_option_add_callback_set() argument
12215 … UCHAR *user_option_ptr, UINT *user_option_length)) in _nx_dhcpv6_user_option_add_callback_set() argument