OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLA_PUT_ADDR
(Results
1 - 7
of
7
) sorted by null
/external/libnl/include/netlink/
attr.h
98
extern int
nla_put_addr
(struct nl_msg *, int, struct nl_addr *);
231
#define
NLA_PUT_ADDR
(msg, attrtype, addr) \
/external/libnl/lib/route/
addr.c
588
NLA_PUT_ADDR
(msg, IFA_LOCAL, tmpl->a_local);
591
NLA_PUT_ADDR
(msg, IFA_ADDRESS, tmpl->a_peer);
593
NLA_PUT_ADDR
(msg, IFA_ADDRESS, tmpl->a_local);
599
NLA_PUT_ADDR
(msg, IFA_BROADCAST, tmpl->a_bcast);
neigh.c
522
NLA_PUT_ADDR
(msg, NDA_DST, tmpl->n_dst);
525
NLA_PUT_ADDR
(msg, NDA_LLADDR, tmpl->n_lladdr);
rule.c
423
NLA_PUT_ADDR
(msg, RTA_SRC, tmpl->r_src);
426
NLA_PUT_ADDR
(msg, RTA_DST, tmpl->r_dst);
route_obj.c
1112
NLA_PUT_ADDR
(msg, RTA_DST, route->rt_dst);
1116
NLA_PUT_ADDR
(msg, RTA_SRC, route->rt_src);
1119
NLA_PUT_ADDR
(msg, RTA_PREFSRC, route->rt_pref_src);
1158
NLA_PUT_ADDR
(msg, RTA_GATEWAY,
link.c
884
NLA_PUT_ADDR
(msg, IFLA_ADDRESS, tmpl->l_addr);
887
NLA_PUT_ADDR
(msg, IFLA_BROADCAST, tmpl->l_bcast);
[
all
...]
/external/libnl/lib/netfilter/
ct.c
402
NLA_PUT_ADDR
(msg,
408
NLA_PUT_ADDR
(msg,
Completed in 338 milliseconds