netxduo
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bound_next
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_bound_next
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bound_next field
Syntax
Show:
Summary
Declaration
from
nx_api.h:1786
struct
NX_UDP_SOCKET_STRUCT
*
nx_udp_socket_bound_next
;
Examples
References
from
examples
Code
Location
Referrer
*
nx_udp_socket_bound_next
,
nx_api.h:1787
search_ptr
=
search_ptr
->
nx_udp_socket_bound_next
;
nx_udp_free_port_find.c:136
_nx_udp_free_port_find()
socket_ptr
=
socket_ptr
->
nx_udp_socket_bound_next
;
nx_udp_packet_receive.c:280
_nx_udp_packet_receive()
if
(
(
socket_ptr
->
nx_udp_socket_bound_next
)
||
nx_udp_socket_bind.c:215
_nx_udp_socket_bind()
search_ptr
=
search_ptr
->
nx_udp_socket_bound_next
;
nx_udp_socket_bind.c:295
_nx_udp_socket_bind()
socket_ptr
->
nx_udp_socket_bound_next
=
ip_ptr
->
nx_ip_udp_port_table
[
index
]
;
nx_udp_socket_bind.c:314
_nx_udp_socket_bind()
(
(
ip_ptr
->
nx_ip_udp_port_table
[
index
]
)
->
nx_udp_socket_bound_previous
)
->
nx_udp_socket_bound_next
=
socket_ptr
;
nx_udp_socket_bind.c:316
_nx_udp_socket_bind()
socket_ptr
->
nx_udp_socket_bound_next
=
socket_ptr
;
nx_udp_socket_bind.c:324
_nx_udp_socket_bind()
if
(
!
socket_ptr
->
nx_udp_socket_bound_next
)
nx_udp_socket_bytes_available.c:90
_nx_udp_socket_bytes_available()
if
(
!
socket_ptr
->
nx_udp_socket_bound_next
)
nx_udp_socket_checksum_disable.c:86
_nx_udp_socket_checksum_disable()
if
(
!
socket_ptr
->
nx_udp_socket_bound_next
)
nx_udp_socket_checksum_enable.c:86
_nx_udp_socket_checksum_enable()
socket_ptr
->
nx_udp_socket_bound_next
=
NX_NULL
;
nx_udp_socket_create.c:115
_nx_udp_socket_create()
if
(
socket_ptr
->
nx_udp_socket_bound_next
)
nx_udp_socket_delete.c:93
_nx_udp_socket_delete()
if
(
!
socket_ptr
->
nx_udp_socket_bound_next
)
nx_udp_socket_port_get.c:87
_nx_udp_socket_port_get()
if
(
!
socket_ptr
->
nx_udp_socket_bound_next
)
nx_udp_socket_receive.c:121
_nx_udp_socket_receive()
if
(
!
socket_ptr
->
nx_udp_socket_bound_next
)
nx_udp_socket_unbind.c:192
_nx_udp_socket_unbind()
if
(
socket_ptr
->
nx_udp_socket_bound_next
==
socket_ptr
)
nx_udp_socket_unbind.c:238
_nx_udp_socket_unbind()
socket_ptr
->
nx_udp_socket_bound_next
=
NX_NULL
;
nx_udp_socket_unbind.c:245
_nx_udp_socket_unbind()
(
socket_ptr
->
nx_udp_socket_bound_next
)
->
nx_udp_socket_bound_previous
=
nx_udp_socket_unbind.c:253
_nx_udp_socket_unbind()
(
socket_ptr
->
nx_udp_socket_bound_previous
)
->
nx_udp_socket_bound_next
=
nx_udp_socket_unbind.c:255
_nx_udp_socket_unbind()
socket_ptr
->
nx_udp_socket_bound_next
;
nx_udp_socket_unbind.c:256
_nx_udp_socket_unbind()
ip_ptr
->
nx_ip_udp_port_table
[
index
]
=
socket_ptr
->
nx_udp_socket_bound_next
;
nx_udp_socket_unbind.c:264
_nx_udp_socket_unbind()
socket_ptr
->
nx_udp_socket_bound_next
=
NX_NULL
;
nx_udp_socket_unbind.c:268
_nx_udp_socket_unbind()
new_socket_ptr
->
nx_udp_socket_bound_next
=
nx_udp_socket_unbind.c:401
_nx_udp_socket_unbind()
(
(
ip_ptr
->
nx_ip_udp_port_table
[
index
]
)
->
nx_udp_socket_bound_previous
)
->
nx_udp_socket_bound_next
=
nx_udp_socket_unbind.c:405
_nx_udp_socket_unbind()
new_socket_ptr
->
nx_udp_socket_bound_next
=
new_socket_ptr
;
nx_udp_socket_unbind.c:414
_nx_udp_socket_unbind()
if
(
!
socket_ptr
->
nx_udp_socket_bound_next
)
nxd_udp_socket_send.c:334
_nxd_udp_socket_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bound_next
is written by 3 functions and is read by 11 functions:
_nx_udp_socket_bind()
_nx_udp_socket_create()
_nx_udp_socket_unbind()
All items filtered out
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bound_next
_nx_udp_free_port_find()
_nx_udp_packet_receive()
_nx_udp_socket_bind()
_nx_udp_socket_bytes_available()
_nx_udp_socket_checksum_disable()
_nx_udp_socket_checksum_enable()
_nx_udp_socket_delete()
_nx_udp_socket_port_get()
_nx_udp_socket_receive()
_nx_udp_socket_unbind()
_nxd_udp_socket_send()
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