ESP-IDF
seg_rx::dst
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
seg_rx::dst
seg_rx::dst field
Syntax
Show:
Summary
Declaration
from
transport.c:109
uint16_t
dst
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
dst
;
transport.c:109
uint16_t
dst
;
transport.c:125
bt_mesh_friend_clear_incomplete
(
rx
->
sub
,
rx
->
src
,
rx
->
dst
,
transport.c:1241
seg_rx_reset()
rx
->
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
transport.c:1255
seg_rx_reset()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1302
seg_ack()
rx
->
dst
!=
net_rx
->
ctx
.
recv_dst
)
{
transport.c:1324
seg_rx_find()
if
(
rx
->
src
!=
net_rx
->
ctx
.
addr
||
rx
->
dst
!=
net_rx
->
ctx
.
recv_dst
)
{
transport.c:1363
seg_rx_is_valid()
rx
->
dst
=
net_rx
->
ctx
.
recv_dst
;
transport.c:1398
seg_rx_alloc()
rx
->
src
,
rx
->
dst
)
;
transport.c:1476
trans_seg()
bt_mesh_friend_clear_incomplete
(
rx
->
sub
,
rx
->
src
,
rx
->
dst
,
transport.c:1116
seg_rx_reset()
rx
->
dst
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:1139
seg_rx_reset()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1171
seg_ack()
rx
->
dst
!=
net_rx
->
ctx
.
recv_dst
)
{
transport.c:1192
seg_rx_find()
if
(
rx
->
src
!=
net_rx
->
ctx
.
addr
||
rx
->
dst
!=
net_rx
->
ctx
.
recv_dst
)
{
transport.c:1228
seg_rx_is_valid()
rx
->
dst
=
net_rx
->
ctx
.
recv_dst
;
transport.c:1270
seg_rx_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::dst
is written by 2 functions and is read by 5 functions:
seg_rx_reset()
seg_rx_alloc()
All items filtered out
seg_rx::dst
seg_rx_reset()
seg_ack()
seg_rx_find()
seg_rx_is_valid()
trans_seg()
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