Home
last modified time | relevance | path

Searched refs:nx_ip_icmp_packet_receive (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.4.1/common/src/
Dnx_icmp_enable.c81 ip_ptr -> nx_ip_icmp_packet_receive = _nx_icmp_packet_receive; in _nx_icmp_enable()
Dnxe_icmp_enable.c89 if (ip_ptr -> nx_ip_icmp_packet_receive) in _nxe_icmp_enable()
Dnxe_icmp_info_get.c106 if (!ip_ptr -> nx_ip_icmp_packet_receive) in _nxe_icmp_info_get()
Dnxd_icmp_enable.c83 ip_ptr -> nx_ip_icmp_packet_receive = _nx_icmp_packet_receive; in _nxd_icmp_enable()
Dnxe_icmp_ping.c103 if (!ip_ptr -> nx_ip_icmp_packet_receive) in _nxe_icmp_ping()
Dnx_ip_dispatch_process.c525 if (ip_ptr -> nx_ip_icmp_packet_receive != NX_NULL) in _nx_ip_dispatch_process()
530 ip_ptr -> nx_ip_icmp_packet_receive(ip_ptr, packet_ptr); in _nx_ip_dispatch_process()
/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_icmp_nxe_api_test.c211 ip_0.nx_ip_icmp_packet_receive = NX_NULL; in thread_0_entry()
277 ip_0.nx_ip_icmp_packet_receive = NX_NULL; in thread_0_entry()
Dnetx_ip_abnormal_packet_test.c548 ip_0.nx_ip_icmp_packet_receive = NX_NULL; in thread_0_entry()
554 ip_0.nx_ip_icmp_packet_receive = _nx_icmp_packet_receive; in thread_0_entry()
Dnetx_icmp_packet_receive_function_test.c135 ip_1.nx_ip_icmp_packet_receive = packet_receive; in thread_0_entry()
Dnetx_caller_check_test.c263 ip_0.nx_ip_icmp_packet_receive = NX_NULL; in test_process()
268 ip_0.nx_ip_icmp_packet_receive = _nx_icmp_packet_receive; in test_process()
/NetX-Duo-v6.4.1/common/inc/
Dnx_api.h2816 void (*nx_ip_icmp_packet_receive)(struct NX_IP_STRUCT *, struct NX_PACKET_STRUCT *); member