| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcp_user_option_add_test.c | 50 … *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()
|
| D | netx_dhcp_server_small_packet_payload_test.c | 64 … *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()
|
| D | netx_dhcp_client_send_with_zero_source_address_test.c | 110 …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()
|
| D | netx_dhcpv6_user_option_add_test.c | 178 …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()
|
| D | netx_dhcp_coverage_test.c | 147 …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/ |
| D | nxd_dhcp_client.h | 513 … *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));
|
| D | nxd_dhcpv6_client.h | 763 …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));
|
| D | nxd_dhcp_client.c | 4878 … 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()
|
| D | nxd_dhcpv6_client.c | 8393 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
|