HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_ALIGN (Results 176 - 200 of 203) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter/
nfnetlink.h 71 #define NFM_NFA(n) ((struct nfattr *)(((char *)(n)) + NLMSG_ALIGN(sizeof(struct nfgenmsg))))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/
nfnetlink.h 71 #define NFM_NFA(n) ((struct nfattr *)(((char *)(n)) + NLMSG_ALIGN(sizeof(struct nfgenmsg))))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
nfnetlink.h 71 #define NFM_NFA(n) ((struct nfattr *)(((char *)(n)) + NLMSG_ALIGN(sizeof(struct nfgenmsg))))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
nfnetlink.h 71 #define NFM_NFA(n) ((struct nfattr *)(((char *)(n)) + NLMSG_ALIGN(sizeof(struct nfgenmsg))))
  /system/core/libnetutils/
ifc_utils.c 257 char attrbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) +
258 NLMSG_ALIGN(sizeof(struct rtattr)) +
259 NLMSG_ALIGN(INET6_ADDRLEN)];
264 char buf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) +
265 NLMSG_ALIGN(sizeof(struct nlmsgerr)) +
266 NLMSG_ALIGN(sizeof(struct nlmsghdr))];
308 rta = (struct rtattr *) (((char *) &req) + NLMSG_ALIGN(req.n.nlmsg_len));
311 req.n.nlmsg_len = NLMSG_ALIGN(req.n.nlmsg_len) + RTA_LENGTH(addrlen);
  /bionic/libc/kernel/common/linux/
if_link.h 145 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
  /external/iproute2/include/linux/
if_link.h 148 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
  /external/kernel-headers/original/linux/
if_link.h 127 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
rtnetlink.h 291 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
492 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
598 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
686 ({ struct rtattr *__nest = (void *)(start) + NLMSG_ALIGN((start)->rta_len); \
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 87 + NLMSG_ALIGN(sizeof(struct nfgenmsg))))
  /system/core/libnl_2/
attr.c 215 const unsigned int NEW_SIZE = NLMSG_ALIGN(msg->nm_nlh->nlmsg_len) +
  /external/iproute2/tc/
m_action.c 567 msg_size = NLMSG_ALIGN(req.n.nlmsg_len) - NLMSG_ALIGN(sizeof(struct nlmsghdr));
578 req.n.nlmsg_len = NLMSG_ALIGN(req.n.nlmsg_len);
q_htb.c 96 addattr_l(n, 2024, TCA_HTB_INIT, &opt, NLMSG_ALIGN(sizeof(opt)));
  /external/chromium_org/net/base/
address_tracker_linux_unittest.cc 81 CHECK_EQ(NLMSG_ALIGN(output->size()), output->size());
94 buffer_.insert(buffer_.end(), NLMSG_ALIGN(buffer_.size()) - buffer_.size(),
  /external/iproute2/ip/
ipneigh.c 237 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
241 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
ipaddrlabel.c 44 #define IFAL_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrlblmsg))))
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 86 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len)),
91 req.hdr.nlmsg_len = NLMSG_ALIGN(req.hdr.nlmsg_len) +
96 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len));
100 req.hdr.nlmsg_len = NLMSG_ALIGN(req.hdr.nlmsg_len) +
497 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
581 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
620 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
685 len = NLMSG_ALIGN(len);
    [all...]
  /external/dnsmasq/src/
netlink.c 28 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 368 #define TIPC_GENL_HDRLEN NLMSG_ALIGN(sizeof(struct tipc_genlmsghdr))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 368 #define TIPC_GENL_HDRLEN NLMSG_ALIGN(sizeof(struct tipc_genlmsghdr))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 368 #define TIPC_GENL_HDRLEN NLMSG_ALIGN(sizeof(struct tipc_genlmsghdr))
  /system/core/libnl_2/genl/
genl.c 33 ((char *) gnlh + GENL_HDRLEN + NLMSG_ALIGN(hdrlen));
  /system/core/libsysutils/src/
NetlinkEvent.cpp 199 ((char *) ifi + NLMSG_ALIGN(sizeof(*ifi)));
  /external/iproute2/misc/
arpd.c 474 status -= NLMSG_ALIGN(len);
475 h = (struct nlmsghdr*)((char*)h + NLMSG_ALIGN(len));
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 765 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
840 len = NLMSG_ALIGN(len);

Completed in 857 milliseconds

1 2 3 4 5 6 78 9