Home
last modified time | relevance | path

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

/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.c448 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states)); in nfnl_ct_tcp_state2str()
/external/libnl/lib/route/
Drtnl.c72 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()
Droute_utils.c159 return __type2str(metric, buf, size, route_metrices, in rtnl_route_metric2str()
Dlink.c1091 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/
Dpolice.c49 return __type2str(type, buf, len, police_types, in nl_police2str()
/external/libnl/lib/
Dutils.c462 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
Daddr.c918 return __type2str(family, buf, size, afs, ARRAY_SIZE(afs)); in nl_af2str()
Dmsg.c756 return __type2str(type, buf, size, nl_msgtypes, in nl_nlmsgtype2str()
/external/libnl/include/
Dnetlink-local.h92 extern char *__type2str(int, char *, size_t, struct trans_tbl *, size_t);
/external/libnl/lib/route/sch/
Dprio.c273 return __type2str(prio, buf, size, prios, ARRAY_SIZE(prios)); in rtnl_prio2str()
Dcbq.c51 return __type2str(type, buf, len, ovl_strategies, in nl_ovl_strategy2str()