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

  /external/iproute2/include/
rt_names.h 7 char* rtnl_rtscope_n2a(int id, char *buf, int len);
  /external/iproute2/lib/
rt_names.c 203 char * rtnl_rtscope_n2a(int id, char *buf, int len) function
  /external/iproute2/ip/
ipaddress.c 574 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
iproute.c 358 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
    [all...]

Completed in 37 milliseconds