Home
last modified time | relevance | path

Searched defs:ip_ptr (Results 1 – 25 of 852) sorted by relevance

12345678910>>...35

/NetX-Duo-v6.2.1/common/src/
Dnx_link.c74 UINT nx_link_vlan_set(NX_IP *ip_ptr, UINT interface_index, UINT vlan_tag) in nx_link_vlan_set()
143 UINT nx_link_vlan_get(NX_IP *ip_ptr, UINT interface_index, USHORT *vlan_tag) in nx_link_vlan_get()
212 UINT nx_link_vlan_clear(NX_IP *ip_ptr, UINT interface_index) in nx_link_vlan_clear()
280 UINT nx_link_multicast_join(NX_IP *ip_ptr, UINT interface_index, in nx_link_multicast_join()
358 UINT nx_link_multicast_leave(NX_IP *ip_ptr, UINT interface_index, in nx_link_multicast_leave()
441 UINT nx_link_ethernet_packet_send(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet_ptr, in nx_link_ethernet_packet_send()
522 UINT nx_link_raw_packet_send(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet_ptr) in nx_link_raw_packet_send()
606 UINT nx_link_packet_receive_callback_add(NX_IP *ip_ptr, UINT interface_index, NX_LINK_RECEIVE_QUEUE… in nx_link_packet_receive_callback_add()
695 UINT nx_link_packet_receive_callback_remove(NX_IP *ip_ptr, UINT interface_index, NX_LINK_RECEIVE_QU… in nx_link_packet_receive_callback_remove()
906 UINT nx_link_ethernet_header_add(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet_ptr, in nx_link_ethernet_header_add()
[all …]
Dnx_http_proxy_client.c78 UINT _nxe_http_proxy_client_enable(NX_IP *ip_ptr, NXD_ADDRESS *proxy_server_ip, UINT proxy_server_p… in _nxe_http_proxy_client_enable()
179 UINT _nx_http_proxy_client_enable(NX_IP *ip_ptr, NXD_ADDRESS *proxy_server_ip, UINT proxy_server_po… in _nx_http_proxy_client_enable()
298 NX_IP *ip_ptr = socket_ptr -> nx_tcp_socket_ip_ptr; in _nx_http_proxy_client_initialize() local
382 NX_IP *ip_ptr = socket_ptr -> nx_tcp_socket_ip_ptr; in _nx_http_proxy_client_connect() local
572 NX_IP *ip_ptr = socket_ptr -> nx_tcp_socket_ip_ptr; in _nx_http_proxy_client_connect_response_process() local
Dnxd_icmpv6_ra_flag_callback_set.c73 UINT _nxd_icmpv6_ra_flag_callback_set(NX_IP *ip_ptr, VOID (*icmpv6_ra_flag_callback)(NX_IP *ip_ptr in _nxd_icmpv6_ra_flag_callback_set()
Dnx_ip_driver_deferred_enable.c77 VOID _nx_ip_driver_deferred_enable(NX_IP *ip_ptr, VOID (*driver_deferred_packet_handler)(NX_IP *ip… in _nx_ip_driver_deferred_enable()
Dnx_ip_raw_packet_cleanup.c82 NX_IP *ip_ptr; /* Working IP pointer */ in _nx_ip_raw_packet_cleanup() local
87 ip_ptr = (NX_IP *)thread_ptr -> tx_thread_suspend_control_block; in _nx_ip_raw_packet_cleanup() local
Dnx_icmp_cleanup.c82 NX_IP *ip_ptr; in _nx_icmp_cleanup() local
87 ip_ptr = (NX_IP *)thread_ptr -> tx_thread_suspend_control_block; in _nx_icmp_cleanup() local
Dnx_ip_link_status_change_notify_set.c75 UINT _nx_ip_link_status_change_notify_set(NX_IP *ip_ptr, VOID (*link_status_change_notify)(NX_IP … in _nx_ip_link_status_change_notify_set()
Dnx_arp_gratuitous_send.c78 UINT _nx_arp_gratuitous_send(NX_IP *ip_ptr, VOID (*response_handler)(NX_IP *ip_ptr, NX_PACKET *pac… in _nx_arp_gratuitous_send()
Dnxde_icmpv6_ra_flag_callback_set.c77 UINT _nxde_icmpv6_ra_flag_callback_set(NX_IP *ip_ptr, VOID (*icmpv6_ra_flag_callback)(NX_IP *ip_pt… in _nxde_icmpv6_ra_flag_callback_set()
Dnx_ip_fast_periodic_timer_entry.c78 NX_IP *ip_ptr; in _nx_ip_fast_periodic_timer_entry() local
131 VOID _nx_ip_fast_periodic_timer_create(NX_IP *ip_ptr) in _nx_ip_fast_periodic_timer_create()
Dnxe_ip_link_status_change_notify_set.c77 UINT _nxe_ip_link_status_change_notify_set(NX_IP *ip_ptr, VOID (*link_status_change_notify)(NX_IP… in _nxe_ip_link_status_change_notify_set()
Dnxd_ipv6_address_change_notify.c73 UINT _nxd_ipv6_address_change_notify(NX_IP *ip_ptr, VOID (*ip_address_change_notify)(NX_IP *ip_ptr in _nxd_ipv6_address_change_notify()
Dnxe_arp_gratuitous_send.c79 UINT _nxe_arp_gratuitous_send(NX_IP *ip_ptr, VOID (*response_handler)(NX_IP *ip_ptr, NX_PACKET *pa… in _nxe_arp_gratuitous_send()
Dnxde_ipv6_address_change_notify.c80 UINT _nxde_ipv6_address_change_notify(NX_IP *ip_ptr, VOID (*ip_address_change_notify)(NX_IP *ip_pt… in _nxde_ipv6_address_change_notify()
Dnx_ip_fragment_timeout_check.c78 static VOID _nx_ip_fragment_cleanup(NX_IP *ip_ptr, NX_PACKET *fragment) in _nx_ip_fragment_cleanup()
214 VOID _nx_ip_fragment_timeout_check(NX_IP *ip_ptr) in _nx_ip_fragment_timeout_check()
Dnx_tcp_server_socket_unlisten.c74 static UINT _nx_tcp_server_socket_driver_unlisten(NX_IP *ip_ptr, NX_TCP_SOCKET *socket_ptr, UINT po… in _nx_tcp_server_socket_driver_unlisten()
162 UINT _nx_tcp_server_socket_unlisten(NX_IP *ip_ptr, UINT port) in _nx_tcp_server_socket_unlisten()
Dnx_udp_socket_unbind.c75 NX_IP *ip_ptr; in _nx_udp_socket_driver_unbind() local
173 NX_IP *ip_ptr; in _nx_udp_socket_unbind() local
Dnxd_tcp_client_socket_connect.c88 NX_IP *ip_ptr; in _nxd_tcp_client_socket_driver_connect() local
251 NX_IP *ip_ptr; in _nxd_tcp_client_socket_connect() local
/NetX-Duo-v6.2.1/test/regression/tahi_test/
Dnetx_tahi_run_test_case.c286 static void perform_decrypt_check(NX_IP *ip_ptr, char *pkt_data, int pkt_size, int timeout, int is_… in perform_decrypt_check()
482 static void perform_assemble(NX_IP *ip_ptr, char *pkt_data, int pkt_size, int timeout, int is_last) in perform_assemble()
620 static void inject_packet(NX_IP *ip_ptr, char *pkt_data, int pkt_size) in inject_packet()
667 static void clean_hop_limit(NX_IP *ip_ptr) in clean_hop_limit()
675 static void perform_check_v6request(NX_IP *ip_ptr, UCHAR flag, UINT length, char *pkt_data, int pkt… in perform_check_v6request()
714 static void perform_reboot(NX_IP *ip_ptr) in perform_reboot()
788 void netx_tahi_run_test_case(NX_IP *ip_ptr, TAHI_TEST_SEQ *test_case, int test_case_size) in netx_tahi_run_test_case()
913 static UINT packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in packet_process()
943 UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UINT *de… in tahi_dhcpv6_packet_process()
1102 void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in tahi_dhcpv6_udp_packet_receive()
/NetX-Duo-v6.2.1/addons/auto_ip/
Dnx_auto_ip.c97 UINT _nxe_auto_ip_create(NX_AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULON… in _nxe_auto_ip_create()
166 UINT _nx_auto_ip_create(NX_AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG… in _nx_auto_ip_create()
447 NX_IP *ip_ptr; in _nx_auto_ip_get_address() local
825 NX_IP *ip_ptr; in _nx_auto_ip_delete() local
912 NX_IP *ip_ptr; in _nx_auto_ip_thread_entry() local
1244 VOID _nx_auto_ip_conflict(NX_IP *ip_ptr, UINT interface_index, ULONG ip_address, ULONG physical_ms… in _nx_auto_ip_conflict()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dconnection_non_block_ram_test.c336 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry()
404 static void mqtt_server_init(NX_IP *ip_ptr) in mqtt_server_init()
441 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr) in mqtt_server_accept()
468 static void mqtt_server_deinit(NX_IP *ip_ptr) in mqtt_server_deinit()
Dconnection_sas_expiry_ram_test.c338 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry()
425 static void mqtt_server_init(NX_IP *ip_ptr) in mqtt_server_init()
462 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr) in mqtt_server_accept()
489 static void mqtt_server_deinit(NX_IP *ip_ptr) in mqtt_server_deinit()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_1_21_01_test.c292 static UINT my_packet_process_1_21_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr,… in my_packet_process_1_21_01()
314 void my_tcp_packet_receive_1_21_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_1_21_01()
340 void my_tcp_packet_receive_1_21_01_2(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_1_21_01_2()
Dnetx_3_03_test.c292 static UINT my_packet_process_3_03(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UI… in my_packet_process_3_03()
318 static void my_tcp_packet_receive_3_03(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_3_03()
348 static void my_tcp_packet_receive_3_03_02(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_3_03_02()
Dnetx_10_23_01_test.c287 static UINT my_packet_process_10_23_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr… in my_packet_process_10_23_01()
309 static void my_tcp_packet_receive_10_23_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_10_23_01()
330 static void my_tcp_packet_receive_10_23_01_2(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_10_23_01_2()

12345678910>>...35