Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_forward_packet_process.c272_nx_ip_driver_packet_send(ip_ptr, packet_ptr, destination_ip, fragment_bit, next_hop_address); in _nx_ip_forward_packet_process()
Dnx_ip_packet_send.c397 _nx_ip_driver_packet_send(ip_ptr, packet_ptr, destination_ip, fragment, next_hop_address); in _nx_ip_packet_send()
Dnx_ip_fragment_forward_packet.c373_nx_ip_driver_packet_send(ip_ptr, fragment_packet, destination_ip, fragment, next_hop_address); in _nx_ip_fragment_forward_packet()
Dnx_ip_driver_packet_send.c83 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/
Dnx_ipv4.h164 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/
Dnx_nat.c2883_nx_ip_driver_packet_send(nat_ptr -> nx_nat_ip_ptr, packet_ptr, destination_ip, fragment_bits, nex… in _nx_nat_ip_packet_send()