Searched refs:__type2str (Results 1 – 14 of 14) sorted by relevance
/external/libnl/lib/netfilter/ |
D | netfilter.c | 27 return __type2str(verdict, buf, len, nfnl_verdicts, in nfnl_verdict2str() 46 return __type2str(hook, buf, len, nfnl_inet_hooks, in nfnl_inet_hook2str()
|
D | queue_obj.c | 64 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_queue_copy_mode2str()
|
D | log_obj.c | 68 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_log_copy_mode2str()
|
D | ct_obj.c | 448 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states)); in nfnl_ct_tcp_state2str()
|
/external/libnl/lib/route/ |
D | rtnl.c | 72 return __type2str(type, buf, size, rtntypes, ARRAY_SIZE(rtntypes)); in nl_rtntype2str() 97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes)); in rtnl_scope2str()
|
D | route_utils.c | 159 return __type2str(metric, buf, size, route_metrices, in rtnl_route_metric2str()
|
D | link.c | 1091 return __type2str(st, buf, len, link_stats, ARRAY_SIZE(link_stats)); in rtnl_link_stat2str() 1118 return __type2str(st, buf, len, link_operstates, in rtnl_link_operstate2str() 1142 return __type2str(st, buf, len, link_modes, ARRAY_SIZE(link_modes)); in rtnl_link_mode2str()
|
/external/libnl/lib/route/cls/ |
D | police.c | 49 return __type2str(type, buf, len, police_types, in nl_police2str()
|
/external/libnl/lib/ |
D | utils.c | 462 return __type2str(family, buf, size, nlfamilies, in nl_nlfamily2str() 558 return __type2str(llproto, buf, len, llprotos, ARRAY_SIZE(llprotos)); in nl_llproto2str() 630 return __type2str(eproto, buf, len, ether_protos, in nl_ether_proto2str() 790 char *__type2str(int type, char *buf, size_t len, struct trans_tbl *tbl, in __type2str() function
|
D | addr.c | 918 return __type2str(family, buf, size, afs, ARRAY_SIZE(afs)); in nl_af2str()
|
D | msg.c | 756 return __type2str(type, buf, size, nl_msgtypes, in nl_nlmsgtype2str()
|
/external/libnl/include/ |
D | netlink-local.h | 92 extern char *__type2str(int, char *, size_t, struct trans_tbl *, size_t);
|
/external/libnl/lib/route/sch/ |
D | prio.c | 273 return __type2str(prio, buf, size, prios, ARRAY_SIZE(prios)); in rtnl_prio2str()
|
D | cbq.c | 51 return __type2str(type, buf, len, ovl_strategies, in nl_ovl_strategy2str()
|