 |
Index for Section 9 |
|
 |
Alphabetical listing for I |
|
 |
Bottom of page |
|
ifdevea(9s)
NAME
ifdevea - Network: Describes the physical address of a network interface
SYNOPSIS
______________________________
Member Name Data Type
______________________________
ifr_name[IFNAMSIZ] char
default_pa[6] u_char
current_pa[6] u_char
______________________________
MEMBERS
ifr_name
Specifies the driver name, for example, el.
default_pa
Specifies the default physical address of the network device.
current_pa
Specifies the current physical address.
DESCRIPTION
The ifdevea data structure contains the default and current physical
address returned by the SIOCRPHYSADDR ioctl command. The ioctl command
passes this data structure to the driver. The driver copies the addresses
to the data structure, which is then passed back to the caller.
FILES
<net/if.h>
 |
Index for Section 9 |
|
 |
Alphabetical listing for I |
|
 |
Top of page |
|