lwIP
+
0
/1 examples
SourceVu will show references to
NETIF_FLAG_ETHARP
from the following samples and libraries:
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
lwIP
NETIF_FLAG_ETHARP
NETIF_FLAG_ETHARP macro
If set, the netif is an ethernet device using ARP. Set by the netif driver in its init function.
Syntax
Show:
Summary
Declaration
from
netif.h:97
#define
NETIF_FLAG_ETHARP
0x08U
Examples
NETIF_FLAG_ETHARP
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
NETIF_FLAG_ETHARP
0x08U
netif.h:97
netif
->
flags
=
NETIF_FLAG_BROADCAST
|
NETIF_FLAG_ETHARP
|
NETIF_FLAG_ETHERNET
|
NETIF_FLAG_IGMP
|
NETIF_FLAG_MLD6
|
NETIF_FLAG_LINK_UP
;
bridgeif.c:501
if
(
!
(
portif
->
flags
&
NETIF_FLAG_ETHARP
)
||
!
(
portif
->
flags
&
NETIF_FLAG_ETHERNET
)
)
{
bridgeif.c:533
netif_clear_flags
(
portif
,
NETIF_FLAG_ETHARP
)
;
bridgeif.c:558
if
(
(
netif
->
flags
&
NETIF_FLAG_ETHARP
)
!=
0
)
{
dhcp.c:1922
if
(
!
(
netif
->
flags
&
NETIF_FLAG_ETHARP
)
)
{
ethernet.c:174
if
(
!
(
netif
->
flags
&
NETIF_FLAG_ETHARP
)
)
{
ethernet.c:191
if
(
inp
->
flags
&
(
NETIF_FLAG_ETHARP
|
NETIF_FLAG_ETHERNET
)
)
{
netif.c:236
if
(
netif
->
flags
&
NETIF_FLAG_ETHARP
)
{
netif.c:976
if
(
inp
->
flags
&
(
NETIF_FLAG_ETHARP
|
NETIF_FLAG_ETHERNET
)
)
{
tcpip.c:291
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