Function 53, subfunction 255 - debug information of network driver.
Parameters:
- eax = 53 - function number
- ebx = 255 - subfunction number
- ecx = type of requested information (see below)
Returned value:
- eax = requested information
- ebx destroyed
Possible values for ecx:
- 100: length of queue 0 (empty queue)
- 101: length of queue 1 (ip-out queue)
- 102: length of queue 2 (ip-in queue)
- 103: length of queue 3 (net1out queue)
- 200: number of items in the ARP table
- 201: size of the ARP table (in items) (20 for current version)
- 202: read item at edx of the ARP table to the temporary buffer,
whence 5 following types take information;
in this case eax is not defined
- 203: IP-address saved by type 202
- 204: high dword of MAC-address saved by type 202
- 205: low word of MAC-address saved by type 202
- 206: status word saved by type 202
- 207: ttl word saved by type 202
- 2: total number of received IP-packets
- 3: total number of transferred IP-packets
- 4: total number of dumped received packets
- 5: total number of received ARP-packets
- 6: status of packet driver, 0=inactive, nonzero=active