aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/LAN.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-02-24 11:59:43 +0100
committerArisotura <thetotalworm@gmail.com>2019-02-24 11:59:43 +0100
commit60391a8a1b59c4f8077b0e0eae90579793462586 (patch)
tree9f3260f248fc5269cdff0be22deaa4dec9d09d1b /src/libui_sdl/LAN.h
parentc135670b9c05fed924203527967bfdbb398baf8f (diff)
LANMAGIC: get somewhere.
it works, but fucks up connections on the host.
Diffstat (limited to 'src/libui_sdl/LAN.h')
-rw-r--r--src/libui_sdl/LAN.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libui_sdl/LAN.h b/src/libui_sdl/LAN.h
index 8021b31..016d243 100644
--- a/src/libui_sdl/LAN.h
+++ b/src/libui_sdl/LAN.h
@@ -29,10 +29,15 @@ typedef struct
char DeviceName[128];
char FriendlyName[128];
char Description[128];
+
u8 MAC[6];
u8 IP_v4[4];
+
u8 DNS[8][4];
+ u8 DHCP_MAC[6];
+ u8 DHCP_IP_v4[4];
+
void* Internal;
} AdapterData;