lwIP
+
0
/1 examples
SourceVu will show references to
netif_get_index
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
netif_get_index
netif_get_index macro
Syntax
Show:
Summary
Declaration
from
netif.h:581
#define
netif_get_index
(
netif
)
(
(
u8_t
)
(
(
netif
)
->
num
+
1
)
)
Arguments
Argument
netif
Examples
netif_get_index
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
netif_get_index
(
netif
)
(
(
u8_t
)
(
(
netif
)
->
num
+
1
)
)
netif.h:581
if
(
netif_get_index
(
portif
)
!=
p
->
if_idx
)
{
bridgeif.c:257
rx_idx
=
netif_get_index
(
netif
)
;
bridgeif.c:342
p
->
if_idx
=
netif_get_index
(
netif
)
;
ethernet.c:143
ip6_addr_has_scope
(
(
ip6addr
)
,
(
type
)
)
?
netif_get_index
(
netif
)
:
0
)
)
ip6_zone.h:202
(
ip6_addr_equals_zone
(
(
ip6addr
)
,
netif_get_index
(
netif
)
)
)
ip6_zone.h:224
in
->
if_idx
=
netif_get_index
(
netif
)
;
netif.c:1311
return
netif_get_index
(
netif
)
;
netif.c:1703
if
(
idx
==
netif_get_index
(
netif
)
)
{
netif.c:1746
(
pcb
->
netif_idx
!=
netif_get_index
(
ip_data
.
current_input_netif
)
)
)
{
raw.c:75
pcb
->
netif_idx
=
netif_get_index
(
netif
)
;
raw.c:257
pcb
->
netif_idx
=
netif_get_index
(
netif
)
;
tcp.c:774
(
pcb
->
netif_idx
!=
netif_get_index
(
ip_data
.
current_input_netif
)
)
)
{
tcp_in.c:268
(
pcb
->
netif_idx
!=
netif_get_index
(
ip_data
.
current_input_netif
)
)
)
{
tcp_in.c:302
(
lpcb
->
netif_idx
!=
netif_get_index
(
ip_data
.
current_input_netif
)
)
)
{
tcp_in.c:332
(
pcb
->
netif_idx
!=
netif_get_index
(
ip_data
.
current_input_netif
)
)
)
{
udp.c:140
pcb
->
netif_idx
=
netif_get_index
(
netif
)
;
udp.c:1063
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out