Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libpcap/pcap/
H A Dsll.h85 struct sll_header { struct
86 uint16_t sll_pkttype; /* packet type */
87 uint16_t sll_hatype; /* link-layer address type */
88 uint16_t sll_halen; /* link-layer address length */
89 uint8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
90 uint16_t sll_protocol; /* protocol */
/dflybsd-src/contrib/tcpdump/
H A Dprint-sll.c84 struct sll_header { struct
85 nd_uint16_t sll_pkttype; /* packet type */
86 nd_uint16_t sll_hatype; /* link-layer address type */
87 nd_uint16_t sll_halen; /* link-layer address length */
88 nd_byte sll_addr[SLL_ADDRLEN]; /* link-layer address */
89 nd_uint16_t sll_protocol; /* protocol */