Home
last modified time | relevance | path

Searched refs:NX_DHCP (Results 1 – 25 of 50) sorted by relevance

12

/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.h521 } NX_DHCP; typedef
633 UINT nx_dhcp_create(NX_DHCP *dhcp_ptr, NX_IP *ip_ptr, CHAR *name_ptr);
634 UINT nx_dhcp_packet_pool_set(NX_DHCP *dhcp_ptr, NX_PACKET_POOL *packet_pool_ptr);
635 UINT nx_dhcp_request_client_ip(NX_DHCP *dhcp_ptr, ULONG client_ip_address, UINT skip_discove…
636 UINT nx_dhcp_delete(NX_DHCP *dhcp_ptr);
637 UINT nx_dhcp_decline(NX_DHCP *dhcp_ptr);
638 UINT nx_dhcp_force_renew(NX_DHCP *dhcp_ptr);
639 UINT nx_dhcp_release(NX_DHCP *dhcp_ptr);
640 UINT nx_dhcp_start(NX_DHCP *dhcp_ptr);
641 UINT nx_dhcp_stop(NX_DHCP *dhcp_ptr);
[all …]
Dnxd_dhcp_client.c44 static UINT _nx_dhcp_extract_information(NX_DHCP *dhcp_ptr, NX_DHCP_INTERFACE_RECORD *interf…
48 static UINT _nx_dhcp_add_option_parameter_request(NX_DHCP *dhcp_ptr, UCHAR *bootp_message, U…
55 static UINT _nx_dhcp_send_request_internal(NX_DHCP *dhcp_ptr, NX_DHCP_INTERFACE_RECORD *inte…
56 static UINT _nx_dhcp_client_send_with_zero_source_address(NX_DHCP *dhcp_ptr, UINT iface_inde…
59 static VOID _nx_dhcp_packet_process(NX_DHCP *dhcp_ptr, NX_DHCP_INTERFACE_RECORD *dhcp_interf…
61 static VOID _nx_dhcp_timeout_process(NX_DHCP *dhcp_ptr);
62 static UINT _nx_dhcp_interface_record_find(NX_DHCP *dhcp_ptr, UINT iface_index, NX_DHCP_INTE…
130 UINT _nxe_dhcp_create(NX_DHCP *dhcp_ptr, NX_IP *ip_ptr, CHAR *name_ptr) in _nxe_dhcp_create()
218 UINT _nx_dhcp_create(NX_DHCP *dhcp_ptr, NX_IP *ip_ptr, CHAR *name_ptr) in _nx_dhcp_create()
312 memset((void *) dhcp_ptr, 0, sizeof(NX_DHCP)); in _nx_dhcp_create()
[all …]
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_server_small_packet_payload_test.c42 static NX_DHCP dhcp_client;
63 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
64 static UINT dhcp_user_option_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *…
292 UINT dhcp_user_option_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_optio… in dhcp_user_option_add()
300 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_client_send_with_zero_source_address_test.c43 static NX_DHCP dhcp_client;
44 static NX_DHCP dhcp_client2;
45 static NX_DHCP dhcp_client3;
110 static UINT dhcp_user_option_add_with_long_length(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message… in dhcp_user_option_add_with_long_length()
Dnetx_dhcp_delete_test.c38 static NX_DHCP dhcp_client;
41 static NX_DHCP dhcp_client_dummy1;
43 static NX_DHCP dhcp_client_dummy2;
63 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
398 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_user_option_add_test.c29 static NX_DHCP dhcp_client;
49 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
50 static UINT dhcp_user_option_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *…
308 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
320 UINT dhcp_user_option_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_optio… in dhcp_user_option_add()
Dnetx_dhcp_client_two_interfaces.c32 NX_DHCP dhcp_client;
65 static void dhcp_interface_state_change0(NX_DHCP *dhcp_ptr, UCHAR new_state);
66 static void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state);
795 void dhcp_interface_state_change0(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change0()
823 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_release_test.c38 static NX_DHCP dhcp_client;
58 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
174 static void interface_state_change_cb(NX_DHCP *dhcp_ptr, UINT iface, UCHAR state) in interface_state_change_cb()
392 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_stop_test.c38 static NX_DHCP dhcp_client;
58 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
174 static void interface_state_change_cb(NX_DHCP *dhcp_ptr, UINT iface, UCHAR state) in interface_state_change_cb()
392 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_coverage_test.c54 static NX_DHCP dhcp_client;
55 static NX_DHCP dhcp_client2;
56 static NX_DHCP dhcp_client3;
80 extern VOID _nx_dhcp_packet_process(NX_DHCP *dhcp_ptr, NX_DHCP_INTERFACE_RECORD *interface_record,…
81 extern UINT _nx_dhcp_packet_pool_set(NX_DHCP *dhcp_ptr, NX_PACKET_POOL *packet_pool_ptr);
82 extern UINT _nx_dhcp_decline(NX_DHCP *dhcp_ptr);
86 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
142 static void state_change_cb(NX_DHCP *dhcp_ptr, UCHAR state) in state_change_cb()
147 static UINT dhcp_user_option_add_with_false_return(NX_DHCP *dhcp_ptr, UINT iface_index, UINT messag… in dhcp_user_option_add_with_false_return()
152 static UINT dhcp_user_option_add(NX_DHCP *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *use… in dhcp_user_option_add()
[all …]
Dnetx_dhcp_basic_test.c38 static NX_DHCP dhcp_client;
58 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
380 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_enable_test.c38 static NX_DHCP dhcp_client;
58 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
392 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_skip_discover_test.c34 static NX_DHCP dhcp_client;
54 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
371 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_basic_restore_test.c27 static NX_DHCP dhcp_client;
47 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
382 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_reinitialize_test.c43 static NX_DHCP dhcp_client;
63 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
398 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_start_test.c42 static NX_DHCP dhcp_client;
62 static void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
392 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_client_interface_0_only_test.c31 NX_DHCP dhcp_client;
59 static void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state);
549 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_client_special_attributes_test.c33 NX_DHCP dhcp_client;
61 static void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state);
561 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_client_interface_1_only_test.c33 NX_DHCP dhcp_client;
61 static void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state);
580 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_client_secondary_interface_test.c38 static NX_DHCP dhcp_client;
65 static void dhcp_interface_state_change(NX_DHCP *dhcp_ptr, UINT iface_index, UCHAR new_state);
547 static void dhcp_interface_state_change(NX_DHCP *dhcp_ptr, UINT iface_index, UCHAR new_state) in dhcp_interface_state_change()
Dnetx_dhcp_client_activate_interfaces_test.c42 static NX_DHCP dhcp_client;
70 static void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state);
763 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_client_ip_mutex_test.c36 static NX_DHCP dhcp_client;
Dnetx_dhcp_multiple_instances_test.c37 static NX_DHCP dhcp_client_0;
38 static NX_DHCP dhcp_client_1;
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_multihome_dhcp_client.c56 NX_DHCP dhcp_client;
68 void dhcp_interface_state_change(NX_DHCP *dhcp_ptr, UINT iface_index, UCHAR new_state);
302 void dhcp_interface_state_change(NX_DHCP *dhcp_ptr, UINT iface_index, UCHAR new_state) in dhcp_interface_state_change()
Ddemo_netxduo_dhcp.c43 NX_DHCP dhcp_client;
64 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state);
330 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()

12