Home
last modified time | relevance | path

Searched refs:nx_packet_destination_header (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_dispatch_process.c183 if (packet_ptr -> nx_packet_destination_header >= 1) in _nx_ip_dispatch_process()
189 (packet_ptr -> nx_packet_destination_header > 1)) in _nx_ip_dispatch_process()
216 packet_ptr -> nx_packet_destination_header++; in _nx_ip_dispatch_process()
Dnx_ipv6_packet_receive.c332 packet_ptr -> nx_packet_destination_header = 0; in _nx_ipv6_packet_receive()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_abnormal_packet_test.c354 packet_ptr -> nx_packet_destination_header = 1; in thread_0_entry()
387 packet_ptr -> nx_packet_destination_header = 0; in thread_0_entry()
420 packet_ptr -> nx_packet_destination_header = 0; in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1580 UCHAR nx_packet_destination_header; member