OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTA_ALIGNTO
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
rtnetlink.h
118
#define
RTA_ALIGNTO
4
119
#define RTA_ALIGN(len) ( ((len)+
RTA_ALIGNTO
-1) & ~(
RTA_ALIGNTO
-1) )
/external/kernel-headers/original/linux/
rtnetlink.h
144
#define
RTA_ALIGNTO
4
145
#define RTA_ALIGN(len) ( ((len)+
RTA_ALIGNTO
-1) & ~(
RTA_ALIGNTO
-1) )
Completed in 26 milliseconds
1
2
3