![]() |
PDK API Guide for J7200
|
Functions | |
| err_t | LWIPIF_LWIP_IC_init (struct netif *netif) |
| Inter-core virtual network driver's netif init callback function. More... | |
| err_t LWIPIF_LWIP_IC_init | ( | struct netif * | netif | ) |
Inter-core virtual network driver's netif init callback function.
This function implements the initialization of the inter-core virtual network interface, so it must be called when adding a netif interface via netif_add().
Virtual netifs should be added via netif_add() and this function must be passed as the init callback function.
| netif | The netif to initialize. |