Home
last modified time | relevance | path

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

/external/libnl/lib/idiag/
Didiag.c112 return __type2str(state, buf, len, idiag_states, in idiagnl_state2str()
147 return __type2str(timer, buf, len, idiag_timers, in idiagnl_timer2str()
182 return __type2str(attrs, buf, len, idiag_attrs, ARRAY_SIZE(idiag_attrs)); in idiagnl_attrs2str()
201 return __type2str(state, buf, len, idiagnl_tcpstates, in idiagnl_tcpstate2str()
/external/libnl/lib/netfilter/
Dnetfilter.c27 return __type2str(verdict, buf, len, nfnl_verdicts, in nfnl_verdict2str()
46 return __type2str(hook, buf, len, nfnl_inet_hooks, in nfnl_inet_hook2str()
Dqueue_obj.c64 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_queue_copy_mode2str()
Dlog_obj.c68 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_log_copy_mode2str()
Dct_obj.c475 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states)); in nfnl_ct_tcp_state2str()
/external/libnl/lib/route/
Drtnl.c77 return __type2str(type, buf, size, rtntypes, ARRAY_SIZE(rtntypes)); in nl_rtntype2str()
102 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes)); in rtnl_scope2str()
Droute_utils.c160 return __type2str(metric, buf, size, route_metrices, in rtnl_route_metric2str()
Dlink.c2614 return __type2str(st, buf, len, link_stats, ARRAY_SIZE(link_stats)); in rtnl_link_stat2str()
2634 return __type2str(st, buf, len, link_operstates, in rtnl_link_operstate2str()
2656 return __type2str(st, buf, len, link_modes, ARRAY_SIZE(link_modes)); in rtnl_link_mode2str()
2666 return __type2str(st, buf, len, carrier_states, in rtnl_link_carrier2str()
/external/libnl/lib/route/cls/
Dpolice.c48 return __type2str(type, buf, len, police_types, in nl_police2str()
/external/libnl/lib/
Dutils.c627 return __type2str(family, buf, size, nlfamilies, in nl_nlfamily2str()
731 return __type2str(llproto, buf, len, llprotos, ARRAY_SIZE(llprotos)); in nl_llproto2str()
821 return __type2str(eproto, buf, len, ether_protos, in nl_ether_proto2str()
985 char *__type2str(int type, char *buf, size_t len, in __type2str() function
Daddr.c1070 return __type2str(family, buf, size, afs, ARRAY_SIZE(afs)); in nl_af2str()
Dmsg.c651 return __type2str(type, buf, size, nl_msgtypes, in nl_nlmsgtype2str()
/external/libnl/lib/route/cls/ematch/
Dmeta.c217 return __type2str(id, buf, size, meta_int, ARRAY_SIZE(meta_int)); in int_id2str()
227 return __type2str(id, buf, size, meta_var, ARRAY_SIZE(meta_var)); in var_id2str()
/external/libnl/lib/route/qdisc/
Dcbq.c50 return __type2str(type, buf, len, ovl_strategies, in nl_ovl_strategy2str()
Dprio.c239 return __type2str(prio, buf, size, prios, ARRAY_SIZE(prios)); in rtnl_prio2str()
/external/libnl/include/netlink-private/
Dnetlink.h125 extern char *__type2str(int, char *, size_t, const struct trans_tbl *, size_t);
/external/libnl/lib/route/link/
Dinet.c176 return __type2str(type, buf, len, inet_devconf, in rtnl_link_inet_devconf2str()
Dmacvlan.c347 return __type2str(mode, buf, len, macvlan_modes, ARRAY_SIZE(macvlan_modes)); in rtnl_link_macvlan_mode2str()
Dinet6.c258 return __type2str(type, buf, len, inet6_devconf, in inet6_devconf2str()