Lines Matching full:virtual
2 * @brief Virtual Network Interface
30 * @brief Virtual network interface support functions
31 * @defgroup virtual Virtual Network Interface Support Functions
38 /** Virtual interface capabilities */
43 /** Virtual LAN interface (VLAN) */
46 /** Virtual Ethernet bridge interface. */
89 /** Virtual L2 API operations. */
97 /** Get the virtual interface capabilities */
117 /** Pass the attachment information to virtual interface */
132 * Virtual API struct (it is the first one).
136 /** Virtual L2 context that is needed to binding to the real network interface
143 /* My virtual network interface */
148 * Other network interface this virtual network interface is
149 * attached to. These values can be chained so virtual network
150 * interfaces can run on top of other virtual interfaces.
155 * This tells what L2 features does virtual support.
170 * @brief Attach virtual network interface to the given network interface.
172 * @param virtual_iface Virtual network interface.
182 * @brief Return network interface related to this virtual network interface.
183 * The returned network interface is below this virtual network interface.
185 * @param iface Virtual network interface.
187 * @return Network interface related to this virtual interface or
193 * @brief Return the name of the virtual network interface L2.
195 * @param iface Virtual network interface.
199 * @return Name of the virtual network interface.
204 * @brief Set the name of the virtual network interface L2.
206 * @param iface Virtual network interface.
207 * @param name Name of the virtual L2 layer.
212 * @brief Set the L2 flags of the virtual network interface.
214 * @param iface Virtual network interface.
238 * @brief Initialize the network interface so that a virtual
253 * @brief Update the carrier state of the virtual network interface.
268 * @brief Update the carrier state of the virtual network interface.
285 * @brief Return virtual device hardware capability information.
320 * @brief Create a virtual network interface. Binding to another interface
347 * @brief Create a virtual network interface. Binding to another interface