home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / networks / tcpip / ucx / 66 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  991 b 

  1. Path: sparky!uunet!stanford.edu!unixhub!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!rz.uni-karlsruhe.de!usenet
  2. From: ONASCH@IRAV17.ira.uka.de (Bernd Onasch)
  3. Newsgroups: vmsnet.networks.tcp-ip.ucx
  4. Subject: How to obtain data from an existing UCX device
  5. Message-ID: <1992Aug19.200419.23031@rz.uni-karlsruhe.de>
  6. Date: 19 Aug 92 20:04:19 GMT
  7. Sender: usenet@rz.uni-karlsruhe.de (USENET News System)
  8. Organization: University of Karlsruhe (FRG)
  9. Lines: 17
  10. X-News-Reader: VMS NEWS 1.24
  11.  
  12. Hello,
  13.  
  14. I want to get the connection data from existing connections.
  15. (device, local port, remote port)
  16.  
  17. As documented I have just to do the following:
  18. * sys$assign on the device _BGxxx:
  19. * sys$qio (...,io$_sensemode,...)
  20. * sys$dassgn
  21.  
  22. But I do not want that the deassign removes the connection - as it does
  23. here... Please just tell me where i'm wrong or send me a sample program
  24. that does the job.
  25.  
  26. I have here: UCX 2.0, VMS 5.5-1
  27.  
  28. Thanks and greetings, Bernd Onasch
  29.