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