Ethernet header Link Service Access Point extension. More...
#include <eth_header.h>
Data Fields | |
uint8_t | dsap |
Destination Service Access Point identifier. | |
uint8_t | ssap |
Source Service Access Point identifier. | |
uint8_t | ctrl |
Control parameter. |
Ethernet header Link Service Access Point extension.
uint8_t eth_ieee_lsap::ctrl |
Control parameter.
The possible values are assigned by an IEEE committee.
Referenced by eth_prepare_packet().
uint8_t eth_ieee_lsap::dsap |
Destination Service Access Point identifier.
The possible values are assigned by an IEEE committee.
Referenced by eth_prepare_packet(), and eth_process_packet().
uint8_t eth_ieee_lsap::ssap |
Source Service Access Point identifier.
The possible values are assigned by an IEEE committee.
Referenced by eth_prepare_packet(), and eth_process_packet().