Searched defs:sll2_header (Results 1 – 1 of 1) sorted by relevance
98 struct sll2_header { struct99 uint16_t sll2_protocol; /* protocol */100 uint16_t sll2_reserved_mbz; /* reserved - must be zero */101 uint32_t sll2_if_index; /* 1-based interface index */102 uint16_t sll2_hatype; /* link-layer address type */103 uint8_t sll2_pkttype; /* packet type */104 uint8_t sll2_halen; /* link-layer address length */105 uint8_t sll2_addr[SLL_ADDRLEN]; /* link-layer address */