Home
last modified time | relevance | path

Searched defs:sll2_header (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libpcap/pcap/
H A Dsll.h98 struct sll2_header { struct
99 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 */
/freebsd/contrib/tcpdump/
H A Dprint-sll.c100 struct sll2_header { struct
101 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 */