netxduo
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_dropped
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_dropped
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_dropped field
Syntax
Show:
Summary
Declaration
from
nx_api.h:1762
ULONG
nx_udp_socket_packets_dropped
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
nx_udp_socket_packets_dropped
;
nx_api.h:1762
socket_ptr
->
nx_udp_socket_packets_dropped
++
;
nx_udp_packet_receive.c:364
_nx_udp_packet_receive()
socket_ptr
->
nx_udp_socket_packets_dropped
++
;
nx_udp_packet_receive.c:510
_nx_udp_packet_receive()
*
udp_receive_packets_dropped
=
socket_ptr
->
nx_udp_socket_packets_dropped
;
nx_udp_socket_info_get.c:144
_nx_udp_socket_info_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_dropped
is written by 1 function and is read by 2 functions:
_nx_udp_packet_receive()
All items filtered out
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_dropped
_nx_udp_packet_receive()
_nx_udp_socket_info_get()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out