LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
libxenon
drivers
network
network.h
Go to the documentation of this file.
1
#ifndef __include_network_h
2
#define __include_network_h
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#include <
lwip/netif.h
>
9
#include <
lwip/dhcp.h
>
10
11
#define NETWORK_INIT_SUCCESS 0
12
#define NETWORK_INIT_DHCP_FAILURE 1
13
#define NETWORK_INIT_FAILURE -1
14
15
int
network_init
();
16
void
network_poll
();
17
void
network_print_config
();
18
19
extern
struct
netif
netif
;
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
#endif
dhcp.h
netif.h
network_init
int network_init()
Definition:
network.c:34
network_poll
void network_poll()
Definition:
network.c:95
network_print_config
void network_print_config()
Definition:
network.c:122
netif
Definition:
netif.h:136
Generated by
1.9.5