proc_drop_out()

The number of transmit packets dropped

Syntax:

int proc_drop_out(int eth);

Arguments:

Name Description
eth network interface number.

Description:

The total number of transmit packets dropped by the network device driver.

Return Values:

On success, returns the total number of transmit packets dropped by the network device driver. On error, -1 is returned.

See Also:

proc_eth_num(), proc_compressed_out(), proc_carrier(), proc_colls() proc_fifo_out(), proc_drop_in(), 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_errs_in() proc_cpkts_in(), proc_pkts_in(), proc_bytes_in(), proc_cbytes_in()



INDEX