lwIP
raw_pcb::remote_ip
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
raw_pcb::remote_ip
raw_pcb::remote_ip field
Syntax
Show:
Summary
Declaration
from
raw.h:77
IP_PCB
;
Examples
References
from
examples
Code
Location
Referrer
IP_PCB
;
raw.h:77
ip_addr_eq
(
&
pcb
->
remote_ip
,
ip_current_src_addr
(
)
)
)
)
{
raw.c:169
raw_input()
ip_addr_set_ipaddr
(
&
pcb
->
remote_ip
,
ipaddr
)
;
raw.c:284
raw_connect()
if
(
IP_IS_V6
(
&
pcb
->
remote_ip
)
&&
raw.c:288
raw_connect()
ip6_addr_lacks_zone
(
ip_2_ip6
(
&
pcb
->
remote_ip
)
,
IP6_UNKNOWN
)
)
{
raw.c:289
raw_connect()
ip6_addr_select_zone
(
ip_2_ip6
(
&
pcb
->
remote_ip
)
,
ip_2_ip6
(
&
pcb
->
local_ip
)
)
;
raw.c:290
raw_connect()
ip_addr_copy
(
pcb
->
remote_ip
,
*
IP_ANY_TYPE
)
;
raw.c:310
raw_disconnect()
ip_addr_set_any
(
IP_IS_V6_VAL
(
pcb
->
remote_ip
)
,
&
pcb
->
remote_ip
)
;
raw.c:313
raw_disconnect()
return
raw_sendto
(
pcb
,
p
,
&
pcb
->
remote_ip
)
;
raw.c:549
raw_send()
IP_SET_TYPE_VAL
(
pcb
->
remote_ip
,
type
)
;
raw.c:644
raw_new_ip_type()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
raw_pcb::remote_ip
is read by 2 functions:
All items filtered out
raw_pcb::remote_ip
raw_disconnect()
raw_new_ip_type()
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