B=BCNOPORT ; 2 ; No socket on port, arrived as broadcast.
F=FULLSOC ; 2 ; Not delivered, input socket full.
M=MISPCB ; 2 ; Input packets missing pcb cache.
O=OTOTAL ; 2 ; Total output packets.
#
# Connection table
#
CONNECTIONS; 1 ; Returns a list of all TCP and UDP connections, including server (listening) sockets. For the output format description, see @ref{CONNECTIONS output}.
LONG getsockets(struct CSource *args, UBYTE **errstrp, struct CSource *res);