Int 21 Fn F27B - Novell Netware V4+ - Get Protocol Stack By Board [N]
AX = F27Bh subfn 29h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2203)
ES:DI -> reply buffer (see #2204)
Return: AL = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
reply buffer filled
Format of NetWare "Get Protocol Stack by Board" request buffer:
Offset Size Description (Table 2203)
00h WORD 0005h (length of following data)
02h BYTE 29h (subfunction "Get Protocol Stack by Board")
03h DWORD LAN board number
See Also: #2204
Format of NetWare "Get Protocol Stack by Board" reply buffer:
Offset Size Description (Table 2204)
00h DWORD current server time
04h BYTE vconsole version
05h BYTE vconsole revision
06h WORD reserved
08h WORD number of stacks listed (max 50)
0Ah 50 DWORDs protocol identifiers
See Also: #2203