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

  /external/iproute2/include/
rt_names.h 20 const char *inet_proto_n2a(int proto, char *buf, int len);
  /external/iproute2/lib/
inet_proto.c 26 const char *inet_proto_n2a(int proto, char *buf, int len) function
  /external/iproute2/tc/
f_rsvp.c 374 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));
  /external/iproute2/misc/
ss.c 983 return inet_proto_n2a(port, buf, sizeof(buf));
    [all...]

Completed in 191 milliseconds