Searched defs:sll_header (Results 1 – 2 of 2) sorted by relevance
83 struct sll_header { struct84 u_int16_t sll_pkttype; /* packet type */85 u_int16_t sll_hatype; /* link-layer address type */86 u_int16_t sll_halen; /* link-layer address length */87 u_int8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */88 u_int16_t sll_protocol; /* protocol */
80 struct sll_header { struct81 uint16_t sll_pkttype; /* packet type */82 uint16_t sll_hatype; /* link-layer address type */83 uint16_t sll_halen; /* link-layer address length */84 uint8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */85 uint16_t sll_protocol; /* protocol */