A local definition of an SLL header. More...
Data Fields | |
uint16_t | pkttype |
Packet type. | |
uint16_t | hatype |
Link-layer address type. | |
uint16_t | halen |
Link-layer address length. | |
unsigned char | addr [8] |
Link-layer address. | |
uint16_t | protocol |
Protocol. |
A local definition of an SLL header.
unsigned char libtrace_sll_header_t::addr[8] |
Link-layer address.
uint16_t libtrace_sll_header_t::halen |
Link-layer address length.
Referenced by promote_packet().
uint16_t libtrace_sll_header_t::hatype |
Link-layer address type.
Referenced by promote_packet(), and trace_get_payload_from_linux_sll().
uint16_t libtrace_sll_header_t::pkttype |
Packet type.
Referenced by promote_packet().
uint16_t libtrace_sll_header_t::protocol |
Protocol.
Referenced by promote_packet(), and trace_get_payload_from_linux_sll().