| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcp_user_option_add_test.c | 50 …n_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 320 …n_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… in dhcp_user_option_add() argument 339 *user_option_ptr = 60; in dhcp_user_option_add() 342 *(user_option_ptr + 1) = (UCHAR)strlen(vendor_class_id); in dhcp_user_option_add() 345 memcpy((user_option_ptr + 2), vendor_class_id, strlen(vendor_class_id)); in dhcp_user_option_add()
|
| D | netx_dhcpv6_user_option_add_test.c | 178 …_DHCPV6 *dhcpv6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… in dhcpv6_user_option_add() argument 216 *user_option_ptr = (UCHAR)(user_class_code >> 8); in dhcpv6_user_option_add() 217 *(user_option_ptr + 1) = (UCHAR)user_class_code; in dhcpv6_user_option_add() 220 *(user_option_ptr + 2) = (UCHAR)((user_class_len + 2) >> 8); in dhcpv6_user_option_add() 221 *(user_option_ptr + 3) = (UCHAR)(user_class_len + 2); in dhcpv6_user_option_add() 224 *(user_option_ptr + 4) = (UCHAR)((user_class_len + 2) >> 8); in dhcpv6_user_option_add() 225 *(user_option_ptr + 5) = (UCHAR)(user_class_len + 2); in dhcpv6_user_option_add() 228 memcpy((user_option_ptr + 6), user_class, user_class_len); in dhcpv6_user_option_add()
|
| D | netx_dhcp_server_small_packet_payload_test.c | 64 …n_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 292 …n_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… in dhcp_user_option_add() argument
|
| D | netx_dhcp_client_send_with_zero_source_address_test.c | 110 …ength(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… in dhcp_user_option_add_with_long_length() argument
|
| D | netx_dhcp_coverage_test.c | 147 …eturn(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… in dhcp_user_option_add_with_false_return() argument 152 …n_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… in dhcp_user_option_add() argument
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcp_client.h | 513 …X_DHCP_STRUCT *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 647 …_add)(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 718 …_add)(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 719 …_add)(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o…
|
| D | nxd_dhcpv6_client.h | 763 …_STRUCT *dhcpv6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 930 …_DHCPV6 *dhcpv6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 1011 …_DHCPV6 *dhcpv6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o… 1012 …_DHCPV6 *dhcpv6_ptr, UINT interface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_o…
|
| 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 6606 UCHAR *user_option_ptr; in _nx_dhcp_send_request_internal() local 6907 user_option_ptr = buffer + index; in _nx_dhcp_send_request_internal() 6910 user_option_length = (UINT)(packet_ptr -> nx_packet_data_end - user_option_ptr - 1); in _nx_dhcp_send_request_internal() 6913 …-> nx_dhcp_user_option_add(dhcp_ptr, iface_index, dhcp_message_type, user_option_ptr, &user_option… in _nx_dhcp_send_request_internal()
|
| D | nxd_dhcpv6_client.c | 8392 UCHAR *user_option_ptr; in _nx_dhcpv6_send_request() local 9032 user_option_ptr = buffer + index; in _nx_dhcpv6_send_request() 9035 user_option_length = (UINT)(packet_ptr -> nx_packet_data_end - user_option_ptr); in _nx_dhcpv6_send_request() 9038 …nterface_index, dhcpv6_ptr -> nx_dhcpv6_message_hdr.nx_message_type, user_option_ptr, &user_option… 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
|