 |
Index for Section 9 |
|
 |
Alphabetical listing for E |
|
 |
Bottom of page |
|
ether_driver(9s)
NAME
ether_driver - Network: Defines the Ethernet common part
SYNOPSIS
____________________________
Member Name Data Type
____________________________
ess_ac struct arpcom
ess_ctrblk struct estat
ess_ztime int
ess_enetunit short
ess_missed int
____________________________
MEMBERS
ess_ac
Specifies the Ethernet common part.
ess_ctrblk
Specifies the counter block.
ess_ztime
Specifies when the counters were last zeroed.
ess_enetunit
Specifies the unit number for the data packet filter.
ess_missed
Specifies the count of missed data packets.
DESCRIPTION
The ether_driver data structure defines the Ethernet common part and a
variety of counters.
FILES
<net/ether_driver.h>
SEE ALSO
Kernel Interfaces: ether_input(9r)
 |
Index for Section 9 |
|
 |
Alphabetical listing for E |
|
 |
Top of page |
|