HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_rtntype_n2a (Results 1 - 4 of 4) 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
iprule.c 191 fprintf(fp, "%s", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
iproute.c 297 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
    [all...]

Completed in 27 milliseconds