Line 296:
Line 296:
|-
|-
| 0x4003
| 0x4003
−
| multiple of 12?
+
| any
| ip settings
| ip settings
−
| struct {u32 ip, u32 netmask, u32 subnet_broadcast}[]
+
| If size >= 12 bytes, returns {u32 ip, u32 netmask, u32 subnet_broadcast}
+
+
followed by { u32 x0; u32 x4; u16 x8; u16 xa; } if size >= 24 bytes {{check}}
+
+
Writes 0, 12 or 24 to the size parameter depending on the amount of information returned.
+
|-
|-
| 0x4004
| 0x4004