[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 61 u - PC/TCP kernel v2.05 - "net_info" - GET INTERFACE STATISTICS
        AH = 06h
        BX = connection handle???
        DS:SI -> 38-byte buffer (see below)
Return: CF clear if successful
            buffer filled
        CF set on error
            AX = error code (see INT 61"PC/TCP")
SeeAlso: INT 61/AH=00h"PC/TCP",INT 61/AH=05h

Format of buffer:
Offset  Size    Description
 00h    WORD    ???
 02h    WORD    ???
 04h    WORD    ???
 06h    DWORD   IP address of interface (big-endian)
 0Ah    DWORD   subnet mask
 0Eh    WORD    ??? (apparently always 0001h)
 10h    DWORD   total packets received
 14h    DWORD   total packets sent
 18h    DWORD   receive errors
 1Ch    DWORD   send errors
 20h    WORD    ??? (apparently always 0006h)
 22h    DWORD   pointer to ???

See Also: 61
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson