Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 60 - ftp packet driver - basic func - access type http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 60 - FTP Packet Driver - BASIC FUNC - ACCESS TYPE
        AH = 02h
        AL = interface class
        BX = interface type
        DL = interface number
        DS:SI -> type
        CX = length of type
        ES:DI -> receiver
Return: CF set on error
            DH = error code (see AX=01FFh)
        CF clear if successful
            AX = handle
SeeAlso: AH=03h"FTP"

Receiver is called with
        AX = subfunction
            00h application to return pointer to buffer in ES:DI
                returned ES:DI = 0000h:0000h means throw away packet
            01h copy completed
                DS:SI -> buffer
        BX = handle
        CX = buffer length
when a packet is received

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson