netxduo
NX_NO_PACKET
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_NO_PACKET
NX_NO_PACKET macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:1230
#define
NX_NO_PACKET
0x01
Examples
References
from
examples
Code
Location
#define
NX_NO_PACKET
0x01
nx_api.h:1230
return
(
NX_NO_PACKET
)
;
nx_arp_announce_send.c:97
return
(
NX_NO_PACKET
)
;
nx_arp_probe_send.c:98
thread_ptr
->
tx_thread_suspend_status
=
NX_NO_PACKET
;
nx_ip_raw_packet_cleanup.c:141
status
=
NX_NO_PACKET
;
nx_ip_raw_packet_receive.c:203
status
=
NX_NO_PACKET
;
nx_packet_allocate.c:271
thread_ptr
->
tx_thread_suspend_status
=
NX_NO_PACKET
;
nx_packet_pool_cleanup.c:142
if
(
(
status
==
NX_NO_PACKET
)
&&
(
wait_option
==
0
)
)
nx_secure_tls_handshake_process.c:136
thread_ptr
->
tx_thread_suspend_status
=
NX_NO_PACKET
;
nx_tcp_receive_cleanup.c:199
return
(
NX_NO_PACKET
)
;
nx_tcp_socket_receive.c:271
thread_ptr
->
tx_thread_suspend_status
=
NX_NO_PACKET
;
nx_udp_receive_cleanup.c:139
return
(
NX_NO_PACKET
)
;
nx_udp_socket_receive.c:240
if
(
status
!=
NX_NO_PACKET
)
nx_web_http_server.c:3086
if
(
status
!=
NX_NO_PACKET
)
nxd_mqtt_client.c:2088
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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