Searched refs:rtnl_dsfield_n2a (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Drt_names.h10 char* rtnl_dsfield_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.h10 extern const char* rtnl_dsfield_n2a(int id, char *buf, int len);
H A Drt_names.c259 const char * rtnl_dsfield_n2a(int id, char *buf, int len) function
H A Diprule.c122 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
H A Diptunnel.c407 rtnl_dsfield_n2a(p->iph.tos & ~1, b1, sizeof(b1)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Drt_names.c349 char * rtnl_dsfield_n2a(int id, char *buf, int len) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diprule.c122 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
H A Diptunnel.c443 rtnl_dsfield_n2a(p->iph.tos&~1, b1, sizeof(b1)));
H A Diproute.c335 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));

Completed in 48 milliseconds