HomeSort by relevance Sort by last modified time
    Searched full:nl_addr (Results 26 - 38 of 38) sorted by null

12

  /external/libnl/lib/route/
route_obj.c 583 int rtnl_route_set_dst(struct rtnl_route *route, struct nl_addr *addr)
602 struct nl_addr *rtnl_route_get_dst(struct rtnl_route *route)
607 int rtnl_route_set_src(struct rtnl_route *route, struct nl_addr *addr)
628 struct nl_addr *rtnl_route_get_src(struct rtnl_route *route)
712 int rtnl_route_set_pref_src(struct rtnl_route *route, struct nl_addr *addr)
730 struct nl_addr *rtnl_route_get_pref_src(struct rtnl_route *route)
877 struct nl_addr *addr;
916 struct nl_addr *src = NULL, *dst = NULL, *addr;
neigh.c 476 struct nl_addr *dst)
762 static inline int __assign_addr(struct rtnl_neigh *neigh, struct nl_addr **pos,
763 struct nl_addr *new, int flag, int nocheck)
786 void rtnl_neigh_set_lladdr(struct rtnl_neigh *neigh, struct nl_addr *addr)
791 struct nl_addr *rtnl_neigh_get_lladdr(struct rtnl_neigh *neigh)
799 int rtnl_neigh_set_dst(struct rtnl_neigh *neigh, struct nl_addr *addr)
805 struct nl_addr *rtnl_neigh_get_dst(struct rtnl_neigh *neigh)
rule.c 659 static inline int __assign_addr(struct rtnl_rule *rule, struct nl_addr **pos,
660 struct nl_addr *new, uint8_t *len, int flag)
680 int rtnl_rule_set_src(struct rtnl_rule *rule, struct nl_addr *src)
686 struct nl_addr *rtnl_rule_get_src(struct rtnl_rule *rule)
694 int rtnl_rule_set_dst(struct rtnl_rule *rule, struct nl_addr *dst)
700 struct nl_addr *rtnl_rule_get_dst(struct rtnl_rule *rule)
link.c     [all...]
  /external/libnl/lib/fib_lookup/
lookup.c 75 struct nl_addr *addr;
212 struct nl_addr *addr;
  /external/libnl/lib/netfilter/
ct.c 108 struct nl_addr *addr;
387 struct nl_addr *addr;
  /external/libnl/src/
nl-addr-list.c 55 struct nl_addr *a;
  /external/libnl/include/netlink/
attr.h 98 extern int nla_put_addr(struct nl_msg *, int, struct nl_addr *);
  /external/libnl/lib/
doc.c 54 * int <object name>_set_addr(struct nl_object *, struct nl_addr *)
58 * take a struct nl_addr argument. The provided address object is
attr.c 277 * struct nl_msg *build_msg(int ifindex, struct nl_addr *lladdr, int mtu)
879 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr)
    [all...]
  /external/libnl/
ChangeLog 126 o Fix nl_addr leak
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 4064 struct nl_addr *nl_addr; local
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 382 const struct sockaddr_nl* nl_addr = reinterpret_cast<const struct sockaddr_nl*>(&ss); local
386 static_cast<jint>(nl_addr->nl_pid),
387 static_cast<jint>(nl_addr->nl_groups));
    [all...]

Completed in 413 milliseconds

12