Home
last modified time | relevance | path

Searched refs:nx_ip_total_bytes_sent (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_info_get.c100 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_IP_INFO_GET, ip_ptr, ip_ptr -> nx_ip_total_bytes_sent, ip_ptr -> … in _nx_ip_info_get()
118 *ip_total_bytes_sent = ip_ptr -> nx_ip_total_bytes_sent; in _nx_ip_info_get()
Dnx_arp_queue_send.c165 …ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - (ULONG)sizeof(NX_IPV4_HEADER… in _nx_arp_queue_send()
Dnx_ip_driver_packet_send.c446 …ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - (ULONG)sizeof(NX_IPV4_HEADER… in _nx_ip_driver_packet_send()
514 …ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - (ULONG)sizeof(NX_IPV4_HEADER… in _nx_ip_driver_packet_send()
Dnx_ipv6_packet_send.c228 …ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - (ULONG)sizeof(NX_IPV6_HEADER); in _nx_ipv6_packet_send()
571 …ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - (ULONG)sizeof(NX_IPV6_HEADER… in _nx_ipv6_packet_send()
Dnx_icmpv6_send_queued_packets.c214 …ip_ptr -> nx_ip_total_bytes_sent += ip_packet_ptr -> nx_packet_length - (ULONG)sizeof(NX_IPV6_HEA… in _nx_icmpv6_send_queued_packets()
Dnx_icmpv6_send_ns.c306 … ip_ptr -> nx_ip_total_bytes_sent += pkt_ptr -> nx_packet_length - (ULONG)sizeof(NX_IPV6_HEADER); in _nx_icmpv6_send_ns()
Dnx_ipv6_fragment_process.c401 …ip_ptr -> nx_ip_total_bytes_sent += first_fragment -> nx_packet_length - (ULONG)sizeof(NX_IPV6_HEA… in _nx_ipv6_fragment_process()
Dnx_ip_fragment_forward_packet.c365 …ip_ptr -> nx_ip_total_bytes_sent += (fragment_packet -> nx_packet_length - (ULONG)sizeof(NX_IPV4_… in _nx_ip_fragment_forward_packet()
Dnx_ip_fragment_packet.c373 …ip_ptr -> nx_ip_total_bytes_sent += fragment_packet -> nx_packet_length - (ULONG)sizeof(NX_IPV4_HE… in _nx_ip_fragment_packet()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11476 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
11504 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
11575 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
11637 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
11752 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
11945 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
12120 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
12186 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV4_HEADER); in _nxd_bsd_ipv4_packet_send()
12332 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV6_HEADER); in _nxd_bsd_ipv6_packet_send()
12373 … ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - sizeof(NX_IPV6_HEADER); in _nxd_bsd_ipv6_packet_send()
[all …]
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2558 ULONG nx_ip_total_bytes_sent; member
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.c7326 ip_ptr -> nx_ip_total_bytes_sent += packet_ptr -> nx_packet_length - 20; in _nx_dhcp_client_send_with_zero_source_address()