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

12

  /external/libnl/lib/route/
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)
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;
link.c     [all...]
  /external/libnl/lib/netfilter/
ct_obj.c 73 struct nl_addr *addr;
106 static void dump_addr(struct nl_dump_params *p, struct nl_addr *addr, int port)
133 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst;
564 static int ct_set_addr(struct nfnl_ct *ct, struct nl_addr *addr,
565 int attr, struct nl_addr ** ct_addr)
583 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr)
590 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr)
597 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl)
606 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl)
ct.c 108 struct nl_addr *addr;
387 struct nl_addr *addr;
  /external/libnl/lib/fib_lookup/
lookup.c 75 struct nl_addr *addr;
212 struct nl_addr *addr;
  /external/libnl/include/netlink/
attr.h 98 extern int nla_put_addr(struct nl_msg *, int, struct nl_addr *);
  /external/libnl/src/
nl-addr-list.c 55 struct nl_addr *a;
  /external/libnl/lib/
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...]

Completed in 140 milliseconds

12