|
NAME
SYNOPSIS
Interface Manipulation Functionsint
void
int
int
void
void
int
Global Variablesextern struct if_txrx DATA STRUCTURESThe device dependent mechanisms for handling packet transmit and receive are primarily defined by the functions named above. The if_pkt_info data structure contains statistics and identifying info necessary for packet transmission. While the data structure for packet receipt is the if_rxd_info structure. The if_pkt_info StructureThe fields of struct if_pkt_info are as follows:
The if_rxd_info StructureThe fields of struct if_rxd_info are as follows:
FUNCTIONSAll function calls are associated exclusively with either packet transmission or receipt. The void *sc passed as the first argument to all of the following functions represents the driver's softc. Transmit Packet Functions
Receive Packet Functions
AUTHORSThis manual page was written by Nicole Graziano
|