![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
tcpmon
Name tcpmon - REXX DLL with TCP/IP functions
Version 07/2001
Author Cliff Brady
Martin Lafaix
(see EMail Addresses)
Distrib. Freeware
Type REXX DLL
Price -
Note w/ source
Source Internet
Name: tcpmon.*
This is mainly a REXX dll for a XCenter plugin for XWorkplace; but you can
also use it in plain REXX programs.
The DLL exports the functions:
DosQuerySysInfo
Use the DosQuerySysInfo OS/2 function in REXX programs
TCPQueryRecCount
Returns the received byte count, as returned by the SIOSTATTCP socket
ioctl.
TCPQuerySndCount
Returns the sent byte count, as returned by the SIOSTATTCP socket
ioctl.
TCPQueryStats
Returns the received and sent byte count as returned by the SIOSTATTCP
socket ioctl.
TCPQueryAvailableInterfaces
Returns a list of available interfaces, as returned by the SIOSTATAT
socket ioctl.
TCPQueryInterface
Returns the available data for the specified interface, as returned by
the SIOSTATIF socked ioctl.
TCPLoadFuncs
Loads the functions exported by the RXTCPMON DLL.
TCPDropFuncs
Deregister all functions exported by the RXTCPMON.DLL
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs