proc_udp_total()

The total number of UDP connections.

Syntax:

int proc_udp_total(void);

Arguments:

no arguments

Description:

The total number of UDP connections.

Return Values:

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

See Also:

proc_udp_established(), proc_tcp_total(), proc_tcp_established()



INDEX