UbixOS  2.0
net.h File Reference
#include <sys/types.h>
#include <net/netif.h>
Include dependency graph for net.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int net_init ()
 

Variables

struct netif lnc_netif
 

Function Documentation

◆ net_init()

int net_init ( )

Definition at line 52 of file init.c.

References ethernetif_init(), lnc_netif, lnc_thread(), netif_add(), netif_set_default(), netif_set_link_up(), netif_set_up(), NULL, shell_thread(), sys_thread_new(), tcpip_init(), and tcpip_input().

Here is the call graph for this function:

Variable Documentation

◆ lnc_netif

struct netif lnc_netif

Definition at line 50 of file init.c.

Referenced by lnc_thread(), and net_init().