Searched refs:rtnl_rtprot_n2a (Results 1 – 3 of 3) sorted by relevance
6 const char *rtnl_rtprot_n2a(int id, char *buf, int len);
177 const char *rtnl_rtprot_n2a(int id, char *buf, int len) in rtnl_rtprot_n2a() function
432 fprintf(fp, "proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1))); in print_route()