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

  /external/iproute2/include/
rtm_map.h 4 char *rtnl_rtntype_n2a(int id, char *buf, int len);
  /external/iproute2/ip/
rtm_map.c 25 char *rtnl_rtntype_n2a(int id, char *buf, int len) function
ipmroute.c 82 rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
iprule.c 209 fprintf(fp, "%s", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
iproute.c 361 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
    [all...]

Completed in 827 milliseconds