; File:[DECNET]DECNET.MOD ; Author: Jim Bostwick ; Last Edit: 9-OCT-1989 13:41:27 ; ; NOTE: please add history in inverse order - newest first ; ; History: ; ; This is the MOD file used to create the [22,310]P3UTIL.OLB Pascal V2.1 ; utility library (via @BUILDLBR) and to extract the EXT files for ; all Pascal callable entry points in each module (via @BUILDEXT). ; Note that the headers to be extracted for each entry point ; is indicated by a percent sign (%). These headers will be placed ; in the device and uic specified. The library name where ; the object modules are to be placed is the first non-commented line. ; If a library is not found, the command file will abort. Action ; will be logged on the log file P3UTIL.LOG. ; ; Comment lines are those with a semi-colon or in the first column. ; All other lines are considered valid input lines. ; ; ; Here is the library file spec line: ; ; currently - [22,310]PA3UTL jb:[decnet]DECNET ; NTABT - abort network connection NTABT.MAC %NTABT ; NTACC - accept network connection request NTACC.MAC %NTACC ; NTCLS - close network NTCLS.MAC %NTCLS ; NTCON - Connect to remote task NTCON.MAC %NTCON ; NTCONB - Build network connect block NTCONB.MAC %NTCONB ; NDTSC - Disconnect from network NTDSC.MAC %NTDSC ; NTGND - Get network data NTGND.MAC %NTGND ; NTOPN - Open network data queue NTOPN.MAC %NTOPN ; NTREC - Receive network data NTREC.MAC %NTREC %NTRECW ; NTREJ - Reject network connection NTREJ.MAC %NTREJ ; NTSND - Send network data NTSND.MAC %NTSND ; NTSPA - Specify network mailbox AST NTSPA.MAC %NTSPA ; NTXMI - Send network interrupt msg. NTXMI.MAC %NTXMI ; NTDCB - Dump network connect block NTDCB.PAS %NTDCB ; NTDRB - Dump network request block NTDRB.PAS %NTDRB ; ; ; ; End of the file ;