proc_cbytes_in()

The total number of bytes of data received by the network interface

Syntax:

int proc_cbytes_in(int eth);

Arguments:

Name Description
eth network interface number

Description:

The total number of bytes of data received by the network interface.

Return Values:

On success, returns the total number of bytes of data received by the network interface. On error, -1 is returned.

See Also:

proc_eth_num(), proc_compressed_out(), proc_carrier(), proc_colls() proc_fifo_out(), proc_drop_out(), proc_errs_out(), proc_cpkts_out() proc_pkts_out(), proc_cbytes_out(), proc_bytes_out(), proc_multicast() proc_compressed_in(), proc_frame(), proc_fifo_in(), proc_drop_in() proc_errs_in(), proc_cpkts_in(), proc_pkts_in(), proc_bytes_in()



INDEX