Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/common/src/
Dnx_ip_info_get.c101 …_INFO_GET, ip_ptr, ip_ptr -> nx_ip_total_bytes_sent, ip_ptr -> nx_ip_total_bytes_received, ip_ptr … in _nx_ip_info_get()
135 *ip_total_bytes_received = ip_ptr -> nx_ip_total_bytes_received; in _nx_ip_info_get()
Dnx_ipv4_packet_receive.c662 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()
695 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()
733 ip_ptr -> nx_ip_total_bytes_received -= packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()
Dnx_ipv6_packet_receive.c341 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv6_packet_receive()
Dnx_ip_dispatch_process.c712 ip_ptr -> nx_ip_total_bytes_received -= packet_ptr -> nx_packet_length; in _nx_ip_dispatch_process()
Dnx_ip_fragment_assembly.c622 ip_ptr -> nx_ip_total_bytes_received += fragment_head -> nx_packet_length; in _nx_ip_fragment_assembly()
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h2500 ULONG nx_ip_total_bytes_received; member