Trailing-Edge
-
PDP-10 Archives
-
BB-H348C-RM_1982
-
swskit-v21/demos/decnet.hlp
There are no other files named decnet.hlp in the archive.
Macro subroutines for the support of DECnet task-to-task transfers:
NFOPN - Open a logical link
CALL NFOPN USING NETLN,TYPE,DESCRIPTOR,BYTES,WAIT,RETCOD
NFGND - Get information on network events
CALL NFGND USING NETLN,WAIT,RETCOD
NFINF - Get information on the remote user
CALL NFINF USING NETLN,TYPE,COUNT,AREA,RETCOD
NFREJ - reject a connection
CALL NFREJ USING NETLN,CODE,COUNT,DATA,RETCOD
NFRCV - receive data over a link
CALL NFRCV USING NETLN,COUNT,DATA,MSG-FLG,WAIT,RETCOD
NFINT - send an interrupt message
CALL NFINT USING NETLN,COUNT,DATA,RETCOD
NFRCI - receive an interrupt message
CALL NFRCI USING NETLN,COUNT,DATA,RETCOD
NFCLS - close a logical link
CALL NFCLS USING NETLN,TYPE,CODE,COUNT,DATA,RETCOD