proc_udp_established()

The number of UDP connections established.

Syntax:

int proc_udp_established(void);

Arguments:

no arguments

Description:

The number of UDP connections established.

Return Values:

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

See Also:

proc_udp_total(), proc_tcp_total(), proc_tcp_established()



INDEX