 |
Index for Section 9 |
|
 |
Alphabetical listing for F |
|
 |
Bottom of page |
|
fddi_header(9s)
NAME
fddi_header - Network: The FDDI MAC header definition
SYNOPSIS
_____________________________
Member Name Data Type
_____________________________
fddi_ph[3] unsigned char
fddi_fc unsigned char
fddi_dhost[6] unsigned char
fddi_shost[6] unsigned char
_____________________________
MEMBERS
fddi_ph[3]
Specifies the preamble and starting delimiter fields.
fddi_fc
Specifies the frame control field.
fddi_dhost[6]
Specifies the destination address.
fddi_shost[6]
Specifies the source address.
DESCRIPTION
The fddi_header data structure contains the layout of an FDDI MAC header.
FILES
</usr/include/netinet/if_fddi.h>
SEE ALSO
Data Structures: ether_header(9s), trn_header(9s)
 |
Index for Section 9 |
|
 |
Alphabetical listing for F |
|
 |
Top of page |
|