LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Functions | Variables
network.h File Reference
#include <lwip/netif.h>
#include <lwip/dhcp.h>
Include dependency graph for network.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void network_init ()
 
void network_poll ()
 
void network_print_config ()
 

Variables

struct netif netif
 

Function Documentation

◆ network_init()

void network_init ( )

Definition at line 34 of file network.c.

◆ network_poll()

void network_poll ( )

Definition at line 92 of file network.c.

◆ network_print_config()

void network_print_config ( )

Definition at line 119 of file network.c.

Variable Documentation

◆ netif

struct netif netif
extern

Definition at line 21 of file network.c.