OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_srcmap
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/
rule.c
146
rule->
r_srcmap
= nl_addr_alloc_attr(tb[RTA_GATEWAY], family);
147
if (!rule->
r_srcmap
)
222
nl_addr2str(rule->
r_srcmap
, buf, sizeof(buf)));
274
nl_addr2str(rule->
r_srcmap
, buf, sizeof(buf)));
/external/libnl/include/
netlink-types.h
297
struct nl_addr *
r_srcmap
;
member in struct:rtnl_rule
Completed in 1350 milliseconds