Int 61/AH=51h

Prev Next Ralf Interrups Categories Contents

------

PC/TCP kernel v2.05+ - nm_htable - RESOLVE NAME USING HOST TABLE

AH = 51h
CX = size of destination buffer
DS:DX -> ASCIZ host name (max 127 chars)
ES:DI -> destination buffer or 0000h:0000h

Return:
CF clear if successful DX:AX -> IP address of host destination buffer filled with canonical host name CF set on error AX = error code (see #03319 at INT 61"FTP Software")

Note: This function calls DOS, and can fail if the DOS call fails

See Also: INT 61"FTP Software" - INT 61/AH=00h"PC/TCP" - INT 61/AH=54h

Category: Network - Int 61h - P

------

Prev Next Ralf Interrups Categories Contents