proc_tcp_established()

The number of TCP connections established.

Syntax:

int proc_tcp_established(void);

Arguments:

no arguments

Description:

The number of TCP connections established.

Return Values:

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

See Also:

proc_tcp_total(), proc_udp_total(), proc_udp_established()



INDEX