LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Macros | 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.

Macros

#define NETWORK_INIT_SUCCESS   0
 
#define NETWORK_INIT_DHCP_FAILURE   1
 
#define NETWORK_INIT_FAILURE   -1
 

Functions

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

Variables

struct netif netif
 

Macro Definition Documentation

◆ NETWORK_INIT_DHCP_FAILURE

#define NETWORK_INIT_DHCP_FAILURE   1

Definition at line 12 of file network.h.

◆ NETWORK_INIT_FAILURE

#define NETWORK_INIT_FAILURE   -1

Definition at line 13 of file network.h.

◆ NETWORK_INIT_SUCCESS

#define NETWORK_INIT_SUCCESS   0

Definition at line 11 of file network.h.

Function Documentation

◆ network_init()

int network_init ( )

Definition at line 34 of file network.c.

◆ network_poll()

void network_poll ( )

Definition at line 95 of file network.c.

◆ network_print_config()

void network_print_config ( )

Definition at line 122 of file network.c.

Variable Documentation

◆ netif

struct netif netif
extern

Definition at line 21 of file network.c.