Searched defs:sll2_header (Results 1 – 2 of 2) 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 */
100 struct sll2_header { struct101 nd_uint16_t sll2_protocol; /* protocol */102 nd_uint16_t sll2_reserved_mbz; /* reserved - must be zero */103 nd_uint32_t sll2_if_index; /* 1-based interface index */104 nd_uint16_t sll2_hatype; /* link-layer address type */105 nd_uint8_t sll2_pkttype; /* packet type */106 nd_uint8_t sll2_halen; /* link-layer address length */107 nd_byte sll2_addr[SLL_ADDRLEN]; /* link-layer address */