Home
last modified time | relevance | path

Searched refs:nx_ip_driver_packet (Results 1 – 19 of 19) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_fragment_packet.c122 source_packet = driver_req_ptr -> nx_ip_driver_packet; in _nx_ip_fragment_packet()
182 _nx_packet_transmit_release(driver_req_ptr -> nx_ip_driver_packet); in _nx_ip_fragment_packet()
191 …t -> nx_packet_address.nx_packet_interface_ptr = driver_req_ptr -> nx_ip_driver_packet -> nx_packe… in _nx_ip_fragment_packet()
241 _nx_packet_transmit_release(driver_req_ptr -> nx_ip_driver_packet); in _nx_ip_fragment_packet()
281 _nx_packet_transmit_release(driver_req_ptr -> nx_ip_driver_packet); in _nx_ip_fragment_packet()
378 driver_request.nx_ip_driver_packet = fragment_packet; in _nx_ip_fragment_packet()
399 _nx_packet_transmit_release(driver_req_ptr -> nx_ip_driver_packet); in _nx_ip_fragment_packet()
Dnx_arp_queue_send.c126 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_arp_queue_send()
Dnx_ipv6_fragment_process.c134 source_packet = driver_req_ptr -> nx_ip_driver_packet; in _nx_ipv6_fragment_process()
384 driver_request.nx_ip_driver_packet = first_fragment; in _nx_ipv6_fragment_process()
Dnx_arp_packet_send.c166 driver_request.nx_ip_driver_packet = request_ptr; in _nx_arp_packet_send()
Dnx_rarp_packet_send.c180 driver_request.nx_ip_driver_packet = request_ptr; in _nx_rarp_packet_send()
Dnx_arp_announce_send.c172 driver_request.nx_ip_driver_packet = request_ptr; in _nx_arp_announce_send()
Dnx_arp_probe_send.c174 driver_request.nx_ip_driver_packet = request_ptr; in _nx_arp_probe_send()
Dnx_icmpv6_send_queued_packets.c124 driver_request.nx_ip_driver_packet = ip_packet_ptr; in _nx_icmpv6_send_queued_packets()
Dnx_arp_packet_receive.c281 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_arp_packet_receive()
355 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_arp_packet_receive()
Dnx_icmpv6_send_ns.c281 driver_request.nx_ip_driver_packet = pkt_ptr; in _nx_icmpv6_send_ns()
Dnx_ip_driver_packet_send.c103 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_ip_driver_packet_send()
Dnx_ipv6_packet_send.c253 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_ipv6_packet_send()
Dnx_ram_network_driver.c348 packet_ptr = driver_req_ptr -> nx_ip_driver_packet; in _nx_ram_network_driver()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c10983 driver_request.nx_ip_driver_packet = packet_ptr; in _nxd_bsd_ipv4_packet_send()
11146 driver_request.nx_ip_driver_packet = packet_ptr; in _nxd_bsd_ipv4_packet_send()
11260 driver_request.nx_ip_driver_packet = packet_ptr; in _nxd_bsd_ipv4_packet_send()
11453 driver_request.nx_ip_driver_packet = packet_ptr; in _nxd_bsd_ipv4_packet_send()
11694 driver_request.nx_ip_driver_packet = packet_ptr; in _nxd_bsd_ipv4_packet_send()
11909 driver_request.nx_ip_driver_packet = packet_ptr; in _nxd_bsd_ipv6_packet_send()
12078 driver_request.nx_ip_driver_packet = packet_ptr; in _nxd_bsd_ipv6_packet_send()
12549 driver_request.nx_ip_driver_packet = packet_ptr; in nx_bsd_pppoe_internal_sendto()
/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_client.c3088 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_pppoe_client_packet_send()
Dnx_pppoe_server.c3174 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_pppoe_server_packet_send()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3098 NX_PACKET *nx_ip_driver_packet; member
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.c7269 driver_request.nx_ip_driver_packet = packet_ptr; in _nx_dhcp_client_send_with_zero_source_address()
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c712 packet_ptr = driver_req_ptr -> nx_ip_driver_packet; in _nx_ppp_driver()