HomeSort by relevance Sort by last modified time
    Searched refs:RTM_PAYLOAD (Results 1 - 9 of 9) sorted by null

  /external/android-clat/
getaddr.c 60 rta_len = RTM_PAYLOAD(nlmsg_hdr(msg));
  /system/netd/server/
NetlinkCommands.cpp 204 uint32_t rta_len = RTM_PAYLOAD(nlh);
  /external/libnl/include/linux-private/linux/
rtnetlink.h 292 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 292 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 250 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct rtmsg))
  /external/iproute2/include/uapi/linux/
rtnetlink.h 336 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 336 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /external/dhcpcd-6.8.2/
if-linux.c 419 len = RTM_PAYLOAD(nlm);
484 len = RTM_PAYLOAD(nlm);
706 len = RTM_PAYLOAD(nlm);
    [all...]
  /system/core/libsysutils/src/
NetlinkEvent.cpp 356 size_t len = RTM_PAYLOAD(nh);

Completed in 428 milliseconds