OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTNH_ALIGN
(Results
26 - 50
of
101
) sorted by null
1
2
3
4
5
/prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
rtnetlink.h
289
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
291
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
292
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
294
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
/prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/linux/
rtnetlink.h
240
#define
RTNH_ALIGN
(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242
#define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) +
RTNH_ALIGN
((rtnh)->rtnh_len)))
243
#define RTNH_LENGTH(len) (
RTNH_ALIGN
(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len)
RTNH_ALIGN
(RTNH_LENGTH(len))
Completed in 6251 milliseconds
1
2
3
4
5