Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Drtnl.c61 static const struct trans_tbl rtntypes[] = { variable
78 return __type2str(type, buf, size, rtntypes, ARRAY_SIZE(rtntypes)); in nl_rtntype2str()
83 return __str2type(name, rtntypes, ARRAY_SIZE(rtntypes)); in nl_str2rtntype()