lwIP
api_msg::
::ad
is only used within lwIP.
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
lwIP
api_msg::
::ad
api_msg::
::ad field
used for lwip_netconn_do_getaddr
Syntax
Show:
Summary
Declaration
from
api_msg.h:100
struct
{
ip_addr_t
API_MSG_M_DEF
(
ipaddr
)
;
u16_t
API_MSG_M_DEF
(
port
)
;
u8_t
local
;
}
ad
;
Examples
References
from
examples
Code
Location
Referrer
}
ad
;
api_msg.h:104
API_MSG_VAR_REF
(
msg
)
.
msg
.
ad
.
local
=
local
;
api_lib.c:283
netconn_getaddr()
msg
.
msg
.
ad
.
ipaddr
=
addr
;
api_lib.c:289
netconn_getaddr()
msg
.
msg
.
ad
.
port
=
port
;
api_lib.c:290
netconn_getaddr()
if
(
msg
->
msg
.
ad
.
local
)
{
api_msg.c:1955
lwip_netconn_do_getaddr()
ip_addr_copy
(
API_EXPR_DEREF
(
msg
->
msg
.
ad
.
ipaddr
)
,
api_msg.c:1956
lwip_netconn_do_getaddr()
ip_addr_copy
(
API_EXPR_DEREF
(
msg
->
msg
.
ad
.
ipaddr
)
,
api_msg.c:1959
lwip_netconn_do_getaddr()
if
(
msg
->
msg
.
ad
.
local
)
{
api_msg.c:1967
lwip_netconn_do_getaddr()
API_EXPR_DEREF
(
msg
->
msg
.
ad
.
port
)
=
msg
->
conn
->
pcb
.
raw
->
protocol
;
api_msg.c:1968
lwip_netconn_do_getaddr()
if
(
msg
->
msg
.
ad
.
local
)
{
api_msg.c:1977
lwip_netconn_do_getaddr()
API_EXPR_DEREF
(
msg
->
msg
.
ad
.
port
)
=
msg
->
conn
->
pcb
.
udp
->
local_port
;
api_msg.c:1978
lwip_netconn_do_getaddr()
API_EXPR_DEREF
(
msg
->
msg
.
ad
.
port
)
=
msg
->
conn
->
pcb
.
udp
->
remote_port
;
api_msg.c:1983
lwip_netconn_do_getaddr()
if
(
(
msg
->
msg
.
ad
.
local
==
0
)
&&
api_msg.c:1990
lwip_netconn_do_getaddr()
API_EXPR_DEREF
(
msg
->
msg
.
ad
.
port
)
=
(
msg
->
msg
.
ad
.
local
?
msg
->
conn
->
pcb
.
tcp
->
local_port
:
msg
->
conn
->
pcb
.
tcp
->
remote_port
)
;
api_msg.c:1995
lwip_netconn_do_getaddr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
api_msg::
::ad
is read by 2 functions:
All items filtered out
api_msg::
::ad
netconn_getaddr()
lwip_netconn_do_getaddr()
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