Home
last modified time | relevance | path

Searched refs:rtnl_rtprot_n2a (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/
Drt_names.h6 char* rtnl_rtprot_n2a(int id, char *buf, int len);
/external/iproute2/lib/
Drt_names.c134 char * rtnl_rtprot_n2a(int id, char *buf, int len) in rtnl_rtprot_n2a() function
/external/iproute2/ip/
Diproute.c363 fprintf(fp, " proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1))); in print_route()