Searched refs:rtnl_rtscope_n2a (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Drt_names.h7 char* rtnl_rtscope_n2a(int id, char *buf, int len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Drt_names.h8 extern const char* rtnl_rtscope_n2a(int id, char *buf, int len);
H A Drt_names.c141 const char* rtnl_rtscope_n2a(int id, char *buf, int len) function
H A Dipaddress.c306 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Drt_names.c157 char * rtnl_rtscope_n2a(int id, char *buf, int len) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipaddress.c403 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
H A Diproute.c362 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));

Completed in 40 milliseconds