 |
Index for Section 9 |
|
 |
Alphabetical listing for T |
|
 |
Bottom of page |
|
trn_header(9s)
NAME
trn_header - Network: The Token Ring MAC header definition
SYNOPSIS
_____________________________
Member Name Data Type
_____________________________
trn_ac unsigned char
trn_fc unsigned char
trn_dhost[6] unsigned char
trn_shost[6] unsigned char
trn_hdr_rif struct trn_rif
_____________________________
MEMBERS
trn_ac
Specifies the access control field.
trn_fc
Specifies the frame control field.
trn_dhost[6]
Specifies the destination address.
trn_shost[6]
Specifies the source address.
trn_hdr_rif
Specifies the Token Ring source routing field.
DESCRIPTION
The trn_header data structure describes the layout of a Token Ring MAC
header.
FILES
</usr/include/netinet/if_trn.h>
SEE ALSO
Data Structures: ether_header(9s), fddi_header(9s)
 |
Index for Section 9 |
|
 |
Alphabetical listing for T |
|
 |
Top of page |
|