[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 61 Fn 23  - PC/tcp Kernel V2.05+ - "net_listen" - Listen For Incoming  [N]

   AH = 23h
   BX = network descriptor or FFFFh to allocate descriptor
   DX = type of service
   DS:SI -> "addr" structure (see AH=13h)

Return: CF clear if successful
       AX = network descriptor
   CF set on error
       AX = error code (see INT 61"PC/TCP")

Notes: type of service and "addr" structure are as for AH=13h
   any of the address structure can be zero; normally local socket number
     is filled in prior to call

See Also: INT 61"PC/TCP",INT 61/AH=00h"PC/TCP",INT 61/AH=13h

See Also: INT 63/AH=12h"BW-TCP"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson