Home
last modified time | relevance | path

Searched refs:_nx_ip_dispatch_process (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_branch_test.c968 _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/
Dnx_ipv6_packet_receive.c343 error = _nx_ip_dispatch_process(ip_ptr, packet_ptr, next_header_type); in _nx_ipv6_packet_receive()
Dnx_ip_dispatch_process.c106 UINT _nx_ip_dispatch_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT protocol) in _nx_ip_dispatch_process() function
Dnx_ip_fragment_assembly.c687 if (_nx_ip_dispatch_process(ip_ptr, fragment_head, (UINT)protocol)) in _nx_ip_fragment_assembly()
Dnx_ipv4_packet_receive.c663 if (_nx_ip_dispatch_process(ip_ptr, packet_ptr, (UINT)protocol)) in _nx_ipv4_packet_receive()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ip.h233 UINT _nx_ip_dispatch_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT protocol);