OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_rtscope_n2a
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/include/
rt_names.h
7
char*
rtnl_rtscope_n2a
(int id, char *buf, int len);
/external/iproute2/lib/
rt_names.c
207
char *
rtnl_rtscope_n2a
(int id, char *buf, int len)
function
/external/iproute2/ip/
ipaddress.c
631
fprintf(fp, "scope %s ",
rtnl_rtscope_n2a
(ifa->ifa_scope, b1, sizeof(b1)));
[
all
...]
iproute.c
394
fprintf(fp, " scope %s ",
rtnl_rtscope_n2a
(r->rtm_scope, b1, sizeof(b1)));
[
all
...]
Completed in 2729 milliseconds