Searched refs:_nx_ip_dispatch_process (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_branch_test.c | 968 _nx_ip_dispatch_process(&ip_0, my_packet[0], NX_PROTOCOL_TCP); in thread_0_entry() 976 _nx_ip_dispatch_process(&ip_0, my_packet[0], NX_PROTOCOL_TCP); in thread_0_entry() 988 _nx_ip_dispatch_process(&ip_0, my_packet[0], NX_PROTOCOL_UDP); in thread_0_entry() 996 _nx_ip_dispatch_process(&ip_0, my_packet[0], NX_PROTOCOL_UDP); in thread_0_entry() 1018 _nx_ip_dispatch_process(&ip_0, my_packet[0], 203); in thread_0_entry() 1038 _nx_ip_dispatch_process(&ip_0, my_packet[0], NX_PROTOCOL_NEXT_HEADER_HOP_BY_HOP); in thread_0_entry()
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ipv6_packet_receive.c | 343 error = _nx_ip_dispatch_process(ip_ptr, packet_ptr, next_header_type); in _nx_ipv6_packet_receive()
|
| D | nx_ip_dispatch_process.c | 106 UINT _nx_ip_dispatch_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT protocol) in _nx_ip_dispatch_process() function
|
| D | nx_ip_fragment_assembly.c | 687 if (_nx_ip_dispatch_process(ip_ptr, fragment_head, (UINT)protocol)) in _nx_ip_fragment_assembly()
|
| D | nx_ipv4_packet_receive.c | 663 if (_nx_ip_dispatch_process(ip_ptr, packet_ptr, (UINT)protocol)) in _nx_ipv4_packet_receive()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ip.h | 233 UINT _nx_ip_dispatch_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT protocol);
|