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
void
network_init
();
12
void
network_poll
();
13
void
network_print_config
();
14
15
extern
struct
netif
netif
;
16
17
#ifdef __cplusplus
18
}
19
#endif
20
21
#endif
dhcp.h
netif.h
network_init
void network_init()
Definition:
network.c:34
network_poll
void network_poll()
Definition:
network.c:92
network_print_config
void network_print_config()
Definition:
network.c:119
netif
Definition:
netif.h:136
Generated by
1.9.5