HomeSort by relevance Sort by last modified time
    Searched full:nl_addr_alloc_attr (Results 1 - 8 of 8) sorted by null

  /external/libnl/include/netlink/
addr.h 25 extern struct nl_addr * nl_addr_alloc_attr(struct nlattr *, int);
  /external/libnl/lib/netfilter/
ct.c 116 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_SRC], AF_INET);
125 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_DST], AF_INET);
134 addr = nl_addr_alloc_attr(tb[CTA_IP_V6_SRC], AF_INET6);
143 addr = nl_addr_alloc_attr(tb[CTA_IP_V6_DST], AF_INET6);
  /external/libnl/lib/route/
addr.c 235 addr->a_local = nl_addr_alloc_attr(tb[IFA_LOCAL], family);
244 a = nl_addr_alloc_attr(tb[IFA_ADDRESS], family);
266 addr->a_bcast = nl_addr_alloc_attr(tb[IFA_BROADCAST], family);
274 addr->a_multicast = nl_addr_alloc_attr(tb[IFA_MULTICAST],
283 addr->a_anycast = nl_addr_alloc_attr(tb[IFA_ANYCAST],
route_obj.c 879 addr = nl_addr_alloc_attr(ntb[RTA_GATEWAY],
947 if (!(dst = nl_addr_alloc_attr(tb[RTA_DST], family)))
963 if (!(src = nl_addr_alloc_attr(tb[RTA_SRC], family)))
982 if (!(addr = nl_addr_alloc_attr(tb[RTA_PREFSRC], family)))
1026 if (!(addr = nl_addr_alloc_attr(tb[RTA_GATEWAY], family)))
rule.c 117 if (!(rule->r_src = nl_addr_alloc_attr(tb[RTA_SRC], family)))
124 if (!(rule->r_dst = nl_addr_alloc_attr(tb[RTA_DST], family)))
146 rule->r_srcmap = nl_addr_alloc_attr(tb[RTA_GATEWAY], family);
neigh.c 284 neigh->n_lladdr = nl_addr_alloc_attr(tb[NDA_LLADDR], AF_UNSPEC);
295 neigh->n_dst = nl_addr_alloc_attr(tb[NDA_DST], neigh->n_family);
link.c 333 link->l_addr = nl_addr_alloc_attr(tb[IFLA_ADDRESS], AF_UNSPEC);
344 link->l_bcast = nl_addr_alloc_attr(tb[IFLA_BROADCAST],
    [all...]
  /external/libnl/lib/
addr.c 213 struct nl_addr *nl_addr_alloc_attr(struct nlattr *nla, int family) function

Completed in 127 milliseconds