HomeSort by relevance Sort by last modified time
    Searched defs:tcamsg (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 567 struct tcamsg { struct
574 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
575 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
  /development/ndk/platforms/android-L/include/linux/
rtnetlink.h 565 struct tcamsg { struct
571 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
572 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
  /external/iproute2/include/linux/
rtnetlink.h 595 struct tcamsg { struct
600 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
601 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 623 struct tcamsg { struct
628 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
629 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
  /external/libnl/include/linux/
rtnetlink.h 589 struct tcamsg struct
595 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
596 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 712 struct tcamsg struct
718 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
719 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))

Completed in 1395 milliseconds