lwIP + 0/1 examples
SourceVu will show references to bridgeif_initdata_s from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
struct eth_addr
MAC address of the bridge (cannot use the netif's addresses).
Maximum number of ports in the bridge (ports are stored in an array, this influences memory allocated for netif->state of the bridge netif).
Maximum number of dynamic/learning entries in the bridge's forwarding database. In the default implementation, this controls memory consumption only.
Maximum number of static forwarding entries. Influences memory consumption!.

References

from examples