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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dsll.h83 #define SLL_ADDRLEN 8 /* length of address field */ macro
89 u_int8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dsll.h83 #define SLL_ADDRLEN 8 /* length of address field */ macro
89 u_int8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c1528 (from.sll_halen > SLL_ADDRLEN) ?
1529 SLL_ADDRLEN :
3931 memcpy(hdrp->sll_addr, sll->sll_addr, SLL_ADDRLEN);

Completed in 91 milliseconds