OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_route_proto2str
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/
route.h
113
extern char *
rtnl_route_proto2str
(int, char *, size_t);
/external/libnl/lib/route/
route_utils.c
124
char *
rtnl_route_proto2str
(int proto, char *buf, size_t size)
function
route_obj.c
230
rtnl_route_proto2str
(r->rt_protocol, buf, sizeof(buf)));
Completed in 103 milliseconds