PDK API Guide for J721E
Enet lwIP default netif APIs

Introduction

Functions

void init_default_netif (void)
 Add Enet's netif and sets it as the default netif. More...
 
void default_netif_poll (void)
 Run poll operation on default netif. More...
 
void default_netif_shutdown (void)
 Remove Enet's netif. More...
 

Function Documentation

◆ init_default_netif()

void init_default_netif ( void  )

Add Enet's netif and sets it as the default netif.

◆ default_netif_poll()

void default_netif_poll ( void  )

Run poll operation on default netif.

This is an no-op for Enet's netif.

◆ default_netif_shutdown()

void default_netif_shutdown ( void  )

Remove Enet's netif.

Remote Enet's netif, which internally clears Enet's netif as lwIP's default netif.