Int 61/AH=26h

Prev Next Ralf Interrups Categories Contents

------

PC/TCP kernel v2.05+ - ad_htable - GET HOST NAME FROM LOCAL TABLE

AH = 26h
DX,BX = IP address in network order
CX = length of buffer
DS:SI -> buffer for host name

Return:
CF clear if successful buffer filled with ASCIZ host name CF set on error AX = error code (see #03319 at INT 61"FTP Software")

Notes: Normally one would use AH=25h instead of this function. This function is not supported by Beame&Whiteside's BWPCTCP v3.0a shim

See Also: INT 61"FTP Software" - INT 61/AH=00h"PC/TCP" - INT 61/AH=25h - Category: Network - Int 61h - P

------

Prev Next Ralf Interrups Categories Contents