PS2SDK
PS2 Homebrew Libraries
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
Variables
_
c
d
f
g
i
k
m
n
p
q
r
s
t
u
v
w
Typedefs
a
d
h
i
l
m
n
p
r
s
t
w
Enumerations
_
a
c
d
g
i
l
m
n
o
p
s
t
v
Enumerator
c
d
e
g
i
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
z
▼
PS2SDK
PS2SDK - PS2DEV Open Source Project
PS2SDK - KERNEL LIBRARY
remote
►
Topics
►
Data Structures
▼
Files
▼
File List
►
common
►
ee
▼
iop
►
arcade
►
cdvd
►
debug
►
deckard
►
dev9
►
dvrp
►
fs
►
hdd
►
iLink
►
kernel
►
memorycard
►
network
►
security
►
sio
►
sound
►
startup
►
system
▼
tcpip
►
tcpip
▼
tcpip-base
▼
include
►
arch
lwipopts.h
ps2ip_internal.h
sys_arch.c
►
tcpip-netman
►
tcpips
►
usb
►
tools
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ps2ip_internal.h
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
7
# Licenced under Academic Free License version 2.0
8
# Review ps2sdk README & LICENSE files for further details.
9
*/
10
11
#ifndef __PS2IP_INTERNAL_H__
12
#define __PS2IP_INTERNAL_H__
13
14
#include <types.h>
15
#include "lwip/sockets.h"
16
17
#ifdef DEBUG
18
#define dbgprintf(args...) printf("PS2IP: "args)
19
#else
20
#define dbgprintf(args...)
21
#endif
22
23
//This structure is also found in common/tcpip.h, but that header file cannot be imported because it will conflict with the full LWIP header files.
24
typedef
struct
25
{
26
char
netif_name[4];
27
struct
in_addr
ipaddr;
28
struct
in_addr
netmask;
29
struct
in_addr
gw;
30
u32 dhcp_enabled;
31
u32 dhcp_status;
32
u8 hw_addr[8];
33
}
t_ip_info
;
34
35
#endif
/* __PS2IP_INTERNAL_H__ */
t_ip_info
Definition
tcpip.h:1961
in_addr
Definition
tcpip.h:1473
iop
tcpip
tcpip-base
include
ps2ip_internal.h
Generated on Sat May 17 2025 02:56:32 for PS2SDK by
1.12.0