lwIP
bridgeif_private_s
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
bridgeif_private_s
bridgeif_private_s struct
Syntax
Show:
Summary
Declaration
Definition
from
bridgeif.c:97
struct
bridgeif_private_s
;
Implemented in
bridgeif.c:110
Fields
Field
Declared as
bridgeif_private_s::netif
struct
netif
*
bridgeif_private_s::ethaddr
struct
eth_addr
bridgeif_private_s::max_ports
u8_t
bridgeif_private_s::num_ports
u8_t
bridgeif_private_s::ports
bridgeif_port_t
*
bridgeif_private_s::max_fdbs_entries
u16_t
bridgeif_private_s::fdbs
bridgeif_fdb_static_entry_t
*
bridgeif_private_s::max_fdbd_entries
u16_t
bridgeif_private_s::fdbd
void
*
Related Functions
Found 4 other functions taking a
bridgeif_private_s
argument:
Function
Description
bridgeif_find_dst_ports()
Get the forwarding port(s) (as bit mask) for the specified destination mac address
bridgeif_send_to_ports()
Helper function to pass a pbuf to all ports marked in 'dstports'
bridgeif_is_local_mac()
Helper function to see if a destination mac belongs to the bridge (bridge netif or one of the port netifs), in which case the frame is sent to the cpu only.
bridgeif_send_to_port()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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