Int 21/AX=F217h/SF=1Ah

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - GET INTERNET ADDRESS

AX = F217h subfn 1Ah
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #02174)
ES:DI -> reply buffer (see #02175)

Return:
AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)

See Also: AH=F2h"Novell" - AX=F217h/SF=13h

Format of NetWare "Get Internet Address" request packet: Offset Size Description (Table 02174) 00h WORD length of following data 02h BYTE 1Ah (subfunction "Get Internet Address") 03h DWORD target connection ID

See Also: #02175

Format of NetWare "Get Internet Address" reply packet: Offset Size Description (Table 02175) 00h 4 BYTEs network number 04h 6 BYTEs physical node address 0Ah 2 BYTEs socket number 0Ch BYTE connection type 00h not in use 02h NCP 03h AFP

See Also: #02174

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents