Home
last modified time | relevance | path

Searched defs:dhcp_ptr (Results 1 – 23 of 23) sorted by relevance

/NetX-Duo-v6.4.1/addons/dhcp/
Dnxd_dhcp_client.c130 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()
528 UINT _nxe_dhcp_clear_broadcast_flag(NX_DHCP *dhcp_ptr, UINT clear_flag) in _nxe_dhcp_clear_broadcast_flag()
605 UINT _nx_dhcp_clear_broadcast_flag(NX_DHCP *dhcp_ptr, UINT clear_flag) in _nx_dhcp_clear_broadcast_flag()
678 UINT _nxe_dhcp_interface_clear_broadcast_flag(NX_DHCP *dhcp_ptr, UINT iface_index, UINT clear_flag) in _nxe_dhcp_interface_clear_broadcast_flag()
761 UINT _nx_dhcp_interface_clear_broadcast_flag(NX_DHCP *dhcp_ptr, UINT iface_index, UINT clear_flag) in _nx_dhcp_interface_clear_broadcast_flag()
836 UINT _nxe_dhcp_packet_pool_set(NX_DHCP *dhcp_ptr, NX_PACKET_POOL *packet_pool_ptr) in _nxe_dhcp_packet_pool_set()
916 UINT _nx_dhcp_packet_pool_set(NX_DHCP *dhcp_ptr, NX_PACKET_POOL *packet_pool_ptr) in _nx_dhcp_packet_pool_set()
984 UINT _nxe_dhcp_reinitialize(NX_DHCP *dhcp_ptr) in _nxe_dhcp_reinitialize()
1049 UINT _nx_dhcp_reinitialize(NX_DHCP *dhcp_ptr) in _nx_dhcp_reinitialize()
[all …]
Dnxd_dhcp_server.c142 UINT _nxe_dhcp_server_create(NX_DHCP_SERVER *dhcp_ptr, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack… in _nxe_dhcp_server_create()
228 UINT _nx_dhcp_server_create(NX_DHCP_SERVER *dhcp_ptr, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_… in _nx_dhcp_server_create()
487 NX_DHCP_SERVER *dhcp_ptr; in _nx_dhcp_fast_periodic_timer_entry() local
544 NX_DHCP_SERVER *dhcp_ptr; in _nx_dhcp_slow_periodic_timer_entry() local
653 UINT _nxe_dhcp_server_delete(NX_DHCP_SERVER *dhcp_ptr) in _nxe_dhcp_server_delete()
724 UINT _nx_dhcp_server_delete(NX_DHCP_SERVER *dhcp_ptr) in _nx_dhcp_server_delete()
815 UINT _nxe_dhcp_create_server_ip_address_list(NX_DHCP_SERVER *dhcp_ptr, UINT iface_index, in _nxe_dhcp_create_server_ip_address_list()
904 UINT _nx_dhcp_create_server_ip_address_list(NX_DHCP_SERVER *dhcp_ptr, UINT iface_index, in _nx_dhcp_create_server_ip_address_list()
1065 UINT _nxe_dhcp_set_interface_network_parameters(NX_DHCP_SERVER *dhcp_ptr, UINT iface_index, in _nxe_dhcp_set_interface_network_parameters()
1139 UINT _nx_dhcp_set_interface_network_parameters(NX_DHCP_SERVER *dhcp_ptr, UINT iface_index, in _nx_dhcp_set_interface_network_parameters()
[all …]
/NetX-Duo-v6.4.1/test/regression/dhcp_test/
Dnetx_dhcp_coverage_test.c142 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()
159 static void interface_state_change_cb(NX_DHCP *dhcp_ptr, UINT iface, UCHAR state) in interface_state_change_cb()
885 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_server_small_packet_payload_test.c292 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_user_option_add_test.c308 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_release_test.c174 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.c174 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_client_two_interfaces.c795 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_client_send_with_zero_source_address_test.c110 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_basic_restore_test.c382 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_basic_test.c380 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_enable_test.c392 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_reinitialize_test.c398 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_start_test.c392 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_skip_discover_test.c371 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_client_interface_0_only_test.c549 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_client_interface_1_only_test.c580 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_client_special_attributes_test.c561 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
Dnetx_dhcp_delete_test.c398 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()
Dnetx_dhcp_client_secondary_interface_test.c547 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.c763 void dhcp_interface_state_change1(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_interface_state_change1()
/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_multihome_dhcp_client.c302 void dhcp_interface_state_change(NX_DHCP *dhcp_ptr, UINT iface_index, UCHAR new_state) in dhcp_interface_state_change()
Ddemo_netxduo_dhcp.c330 void dhcp_state_change(NX_DHCP *dhcp_ptr, UCHAR new_state) in dhcp_state_change()