;**********************************************
; Version S2.2.0000aUs						  *
; 						  *
;											  *
; Contains fix to allows for request routing  *
; over BNET.								  *
;											  *
; Fixed by S. Hassan Flemington NCG 110589 *
; OGA  113089  Fixed routing of 6499	  *
; OGA  021291  Added UDP requests    	  *
; NC 051091  Removed 4 Relay Codes    	  *
; NC 051091  Added request block for 7356h *
;**********************************************
;											  *
; This file contains all the request codes for*
; TCP, IP, and DLL request codes for NGI.	  *
;											  *
; TCP Request Name	Code	    			  *
; 		   				  *
; ManageTCP				6497h				  *
; MapTcpHostNameToAddr  6498h				  *
; MapTcpAddrToHostName  6499h				  *
; QueryTcpStatistics	649Ah				  *
; OpenTcpConnection		649Bh				  *
; SendTcpMessage		649Ch				  *
; ReceiveTcpMessage		649Dh				  *
; CloseTcpConnection	649Eh				  *
; AbortTcpConnection	649Fh				  *
; TcpSwapTermAbort		7298h				  *
; DeinstallTCP			7299h				  *
; TcpChgUserNumRq		72E2h				  *
; SwappingRq			7355h				  *
; 								  			  *
; IP Request Name	Code					  *
; 						  *
; SendToIP			729Ah					  *
; ReceiveFromIP		729Bh					  *
; StatusIP			729Ch					  *
; DeInstallIP		729Dh					  *
; TerminationRq		72A1h					  *
; WsAbortRq    		72A2h					  *
; ChgUserNumRq		72AAh                     *
; RecvFromUDP		661Fh                     +
; SendtoUDP		    661Eh	                  +
; SwappingRq		7356h		              +
;											  *
; NGI Request Name	Code					  *
; 						  *
; TerminationRq		729Eh					  *
; WsAbortRq			729Fh					  *
; ChgUserNumRq		72A0h					  *
; OpenStationLL		72A3h					  *
; CloseStation		72A4h					  *
; ReadDLFrame		72A5h					  *
; WriteDLFrame		72A6h					  *
; DirectStation		72A7h					  *
; DirectDLL			72A8h					  *
; DeInstallX25NGI	72A9h					  *
;											  *
; FTP Request Name	Code					  *
; 						  *
; DeinstallFTP		72E3h					  *
; RqFtpServer		665Bh					  *
; FTP_TerminateUser 72E4h					  *
; FTP_SwapUser		72E5h					  *
;											  *
; SMTP Request Name	Code					  *
; 						  *
; 			MVG 62591    					  *
; folowing Requests were removed form the list*
; below to supress the B26NLS hangs          *
;         :ChgUserNumRq:72A0h                 *
;         :ChgUserNumRq:72A3h                 *
;         :ChgUserNumRq:72AAh                 *
;         :ChgUserNumRq:72E2h                 *
;											  *
;			 DSH 021193					  *
;											  *
; Added TCP Swapping request 7355h.  Removed  *
; the definition of 7298h as a swapping       *
; request.  								  *
;                                             *
;                                             *
;			 DSH 032493					  *
;											  *
; Modified 72E3h  added 665Bh, 72E4h, and 	  *
; 72E5h for FTP								  *
;											  *
;											  *
;			 DSH 070793					  *
;											  *
; Modified ServiceExch to exchInstalledMstr   *
; for request 7355h (TCP Swapping).			  *
;                                             *
;**********************************************


;*** Request.TCPIP.sys ***

:WsAbortRq:7298h
:WsAbortRq:729Eh
:WsAbortRq:72A2h
:WsAbortRq:72E4h
:TerminationRq:7298h
:TerminationRq:729Fh
:TerminationRq:72A1h
:TerminationRq:72E4h
:SwappingRq:7355h
:SwappingRq:7356h
:SwappingRq:72E5h


:RequestCode:6497h
:RequestName:ManageTCP
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:10   
:nReqPbCb:2    
:nRespPbcb:1    
:Params:w(14),w(16),p(28),w(32),p(34),w(38),p(22),w(26)
:NetRouting:devSpec
:SrpRouting:rRemote

:RequestCode:6498h
:RequestName:MapTcpHostNameToAddr
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:2    
:nReqPbCb:2    
:nRespPbcb:1    
:Params:p(20),w(24),p(26),c(4,30),p(14),w(18)
:NetRouting:devSpec
:SrpRouting:rRemote

:RequestCode:6499h
:RequestName:MapTcpAddrToHostName
:Version:22
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:6    
:nReqPbCb:1    
:nRespPbcb:2    
:Params:w(16),w(14),pbcb1,p(30),c(2,34),pbcb0
:NetRouting:devSpec
:SrpRouting:rRemote

:RequestCode:649Ah
:RequestName:QueryTcpStatistics
:Version:21   
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:6    
:nReqPbCb:1    
:nRespPbcb:2    
:Params:b(14),b(15),b(16),p(24),c(1,28),pbcb2,pbcb0
:NetRouting:devSpec
:SrpRouting:rRemote

:RequestCode:649Bh
:RequestName:OpenTcpConnection
:Version:22
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:14   
:nReqPbCb:3    
:nRespPbcb:1    
:Params:w(14),p(32),w(36),w(16),b(24),w(18),w(20),w(22),p(38),w(42),p(44),c(2,48),p(26),w(30)
:NetRouting:OpenFH,devSpec,CloseAtTermination
:SrpRouting:rRemote

:RequestCode:649Ch
:RequestName:SendTcpMessage
:Version:21   
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:6    
:nReqPbCb:1    
:nRespPbcb:0    
:Params:w(12),b(16),b(17),pbcb0
:NetRouting:rFH
:SrpRouting:rRemote

:RequestCode:649Dh
:RequestName:ReceiveTcpMessage
:Version:21   
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:4    
:nReqPbCb:0    
:nRespPbcb:4    
:Params:w(12),p(16),c(1,20),p(22),c(1,26),p(28),w(32),p(34),c(2,38)
:NetRouting:rFH
:SrpRouting:rRemote

:RequestCode:649Eh
:RequestName:CloseTcpConnection
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:4    
:nReqPbCb:0    
:nRespPbcb:0    
:Params:w(12)
:NetRouting:CloseFH,rFH
:SrpRouting:rRemote

:RequestCode:649Fh
:RequestName:AbortTcpConnection
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:4    
:nReqPbCb:0    
:nRespPbcb:0    
:Params:w(12)
:NetRouting:CloseFH,rFH
:SrpRouting:rRemote

:RequestCode:7298h
:RequestName:TcpSwapTermAbort
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:rRemote

:RequestCode:7299h
:RequestName:DeinstallTCP
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:729Ah
:RequestName:SendToIP
:Version:21   
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:rRemote

:RequestCode:729Bh
:RequestName:ReceiveFromIP
:Version:21   
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:rRemote

:RequestCode:729Ch
:RequestName:StatusIP
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:rRemote

:RequestCode:729Dh
:RequestName:DeInstallIP
:Version:21   
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:rRemote

:RequestCode:729Eh
:RequestName:DeInstallIP
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:729Fh
:RequestName:DeInstallIP
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A0h
:RequestName:DeInstallIP
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A1h
:RequestName:
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:rRemote

:RequestCode:72A2h
:RequestName:
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:rRemote

:RequestCode:72A3h
:RequestName:
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A4h
:RequestName:
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A5h
:RequestName:
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A6h
:RequestName:
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A7h
:RequestName:
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A8h
:RequestName:
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72A9h
:RequestName:
:Version:21    
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:72E3h
:RequestName:DeinstallFtp
:Version:22
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:devSpec
:SrpRouting:rRemote


:RequestCode:72E4h
:RequestName:FTP_TerminateUser
:Version:1
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:NoRouting


:RequestCode:72E5h
:RequestName:FTP_SwapUser
:Version:1
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:NoRouting


:RequestCode:7355h
:RequestName:SwappingRq
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:NoRouting
:SrpRouting:NoRouting

:RequestCode:7356h
:RequestName:SwappingRq
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledLocal
:NetRouting:NoRouting
:SrpRouting:NoRouting



:RequestCode:661Eh
:RequestName:SendtoUDP
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:4    
:nReqPbCb:3    
:nRespPbcb:1    
:Params:p(16),w(20),p(22),w(26),p(28),w(32),p(34),w(38)
:NetRouting:devSpec
:SrpRouting:rRemote



:RequestCode:661Fh
:RequestName:RecvFromUDP
:Version:21
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:sCntInfo:6    
:nReqPbCb:2    
:nRespPbcb:2    
:Params:w(12),p(18),w(22),p(24),w(28),p(30),w(34),p(36),w(40)
:NetRouting:devSpec
:SrpRouting:rRemote

:RequestCode:665Bh
:RequestName:RqFtpServer
:Version:1
:LclSvcCode:0000h
:ServiceExch:exchInstalledMastr
:NetRouting:devSpec
:SrpRouting:rRemote

