HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_dsfield_n2a (Results 1 - 5 of 5) sorted by null

  /external/iproute2/include/
rt_names.h 10 char* rtnl_dsfield_n2a(int id, char *buf, int len);
  /external/iproute2/lib/
rt_names.c 403 char * rtnl_dsfield_n2a(int id, char *buf, int len) function
  /external/iproute2/ip/
iprule.c 127 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
iptunnel.c 362 rtnl_dsfield_n2a(p->iph.tos&~1, b1, sizeof(b1)));
iproute.c 339 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
    [all...]

Completed in 78 milliseconds