proc_tcp_total()

The total number of TCP connections.

Syntax:

int proc_tcp_total(void);

Arguments:

no arguments

Description:

The total number of TCP connections.

Return Values:

On success, returns the number of TCP connections. On error, -1 is returned.

See Also:

proc_tcp_established(), proc_udp_total(), proc_udp_established()



INDEX