OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTNH_LENGTH
(Results
26 - 30
of
30
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
rtnetlink.h
243
#define
RTNH_LENGTH
(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len) RTNH_ALIGN(
RTNH_LENGTH
(len))
245
#define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) +
RTNH_LENGTH
(0)))
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h
243
#define
RTNH_LENGTH
(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len) RTNH_ALIGN(
RTNH_LENGTH
(len))
245
#define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) +
RTNH_LENGTH
(0)))
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
rtnetlink.h
243
#define
RTNH_LENGTH
(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len) RTNH_ALIGN(
RTNH_LENGTH
(len))
245
#define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) +
RTNH_LENGTH
(0)))
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
rtnetlink.h
243
#define
RTNH_LENGTH
(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len) RTNH_ALIGN(
RTNH_LENGTH
(len))
245
#define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) +
RTNH_LENGTH
(0)))
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
rtnetlink.h
243
#define
RTNH_LENGTH
(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244
#define RTNH_SPACE(len) RTNH_ALIGN(
RTNH_LENGTH
(len))
245
#define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) +
RTNH_LENGTH
(0)))
Completed in 28 milliseconds
1
2