Searched refs:_nx_ip_driver_packet_send (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_ip_forward_packet_process.c | 272 … _nx_ip_driver_packet_send(ip_ptr, packet_ptr, destination_ip, fragment_bit, next_hop_address); in _nx_ip_forward_packet_process()
|
D | nx_ip_packet_send.c | 397 _nx_ip_driver_packet_send(ip_ptr, packet_ptr, destination_ip, fragment, next_hop_address); in _nx_ip_packet_send()
|
D | nx_ip_fragment_forward_packet.c | 373 … _nx_ip_driver_packet_send(ip_ptr, fragment_packet, destination_ip, fragment, next_hop_address); in _nx_ip_fragment_forward_packet()
|
D | nx_ip_driver_packet_send.c | 83 VOID _nx_ip_driver_packet_send(NX_IP *ip_ptr, NX_PACKET *packet_ptr, ULONG destination_ip, ULONG f… in _nx_ip_driver_packet_send() function
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_ipv4.h | 164 VOID _nx_ip_driver_packet_send(NX_IP *ip_ptr, NX_PACKET *packet_ptr, ULONG destination_ip, ULONG f…
|
/NetX-Duo-v6.2.1/addons/nat/ |
D | nx_nat.c | 2883 …_nx_ip_driver_packet_send(nat_ptr -> nx_nat_ip_ptr, packet_ptr, destination_ip, fragment_bits, nex… in _nx_nat_ip_packet_send()
|