Lines Matching full:interface
44 /* Lock to protect access to interface array below */
47 /* The actual bridge virtual interface */
59 /* Is the bridge interface initialized */
65 /* Is the interface enabled or not */
72 * @brief Add an Ethernet network interface to a bridge
74 * This adds a network interface to a bridge. The interface is then put
76 * added to the bridge interface, the bridge interface is setup.
77 * After the setup is done, the bridge interface can be brought up so
80 * @param br A pointer to a bridge interface
81 * @param iface Interface to add
88 * @brief Remove an Ethernet network interface from a bridge.
90 * If the bridge interface setup has only one Ethernet interface left
92 * the L2 traffic any more. The bridge interface is left in UP state
95 * @param br A pointer to a bridge interface
96 * @param iface Interface to remove
116 * @return Pointer to bridge interface or NULL if not found.