OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TPACKET3_HDRLEN
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
if_packet.h
217
#define
TPACKET3_HDRLEN
(TPACKET_ALIGN(sizeof(struct tpacket3_hdr)) + sizeof(struct sockaddr_ll))
/development/ndk/platforms/android-L/include/linux/
if_packet.h
205
#define
TPACKET3_HDRLEN
(TPACKET_ALIGN(sizeof(struct tpacket3_hdr)) + sizeof(struct sockaddr_ll))
/external/kernel-headers/original/uapi/linux/
if_packet.h
235
#define
TPACKET3_HDRLEN
(TPACKET_ALIGN(sizeof(struct tpacket3_hdr)) + sizeof(struct sockaddr_ll))
Completed in 59 milliseconds