;called from a VMS TCP Service once a connection request has been received. This entry point should be used only if an additional VMS TCPIP Services are being created for HLO.
SERVER(LINKNAME,LOGICAL)
; LINKNAME identifies the logical link, which describes the communication channel to be used
SAVEACK(HLMSTATE,SENT)
;
GETWORK(WORK)
;
WRITEACK(HLCSTATE,HLMSTATE)
;
DOWORKM(WORK)
;
CONNECT(HLCSTATE,LINKNAME,LOGICAL)
;
DOWORKS(WORK)
;
END
UPDATE(HLMSTATE,HLCSTATE)
;
VMS
;Called from VMS TCP Service once a connection request has been received. This entry point should be used only by the standard HLO service that runs on the standard HLO port.