Searched refs:SLL_ADDRLEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dsll.h83 #define SLL_ADDRLEN 8 /* length of address field */ macro
89 uint8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
105 uint8_t sll2_addr[SLL_ADDRLEN]; /* link-layer address */
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sll.c79 #define SLL_ADDRLEN 8 /* length of address field */ macro
85 uint8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c1966 (from.sll_halen > SLL_ADDRLEN) ?
1967 SLL_ADDRLEN :
1979 (from.sll_halen > SLL_ADDRLEN) ?
1980 SLL_ADDRLEN :
5177 memcpy(hdrp->sll2_addr, sll->sll_addr, SLL_ADDRLEN);
5214 memcpy(hdrp->sll_addr, sll->sll_addr, SLL_ADDRLEN);

Completed in 133 milliseconds