lwIP
dns_table_entry::pcb_idx
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
dns_table_entry::pcb_idx
dns_table_entry::pcb_idx field
Syntax
Show:
Summary
Declaration
from
dns.c:248
u8_t
pcb_idx
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
pcb_idx
;
dns.c:248
pcb_idx
=
entry
->
pcb_idx
;
dns.c:928
dns_send()
if
(
dns_table
[
i
]
.
pcb_idx
==
dns_table
[
idx
]
.
pcb_idx
)
{
dns.c:1089
dns_call_found()
dns_table
[
idx
]
.
pcb_idx
=
DNS_MAX_SOURCE_PORTS
;
dns.c:1091
dns_call_found()
if
(
dns_table
[
idx
]
.
pcb_idx
<
DNS_MAX_SOURCE_PORTS
)
{
dns.c:1096
dns_call_found()
udp_remove
(
dns_pcbs
[
dns_table
[
idx
]
.
pcb_idx
]
)
;
dns.c:1098
dns_call_found()
dns_pcbs
[
dns_table
[
idx
]
.
pcb_idx
]
=
NULL
;
dns.c:1099
dns_call_found()
dns_table
[
idx
]
.
pcb_idx
=
DNS_MAX_SOURCE_PORTS
;
dns.c:1100
dns_call_found()
entry
->
pcb_idx
=
dns_alloc_pcb
(
)
;
dns.c:1636
dns_enqueue()
if
(
entry
->
pcb_idx
>=
DNS_MAX_SOURCE_PORTS
)
{
dns.c:1637
dns_enqueue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dns_table_entry::pcb_idx
is written by 2 functions and is read by 3 functions:
dns_call_found()
dns_enqueue()
All items filtered out
dns_table_entry::pcb_idx
dns_send()
dns_call_found()
dns_enqueue()
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