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

/external/libnl/lib/netfilter/
H A Dnetfilter.c27 return __type2str(verdict, buf, len, nfnl_verdicts,
46 return __type2str(hook, buf, len, nfnl_inet_hooks,
H A Dqueue_obj.c64 return __type2str(copy_mode, buf, len, copy_modes,
H A Dlog_obj.c68 return __type2str(copy_mode, buf, len, copy_modes,
H A Dct_obj.c448 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states));
/external/libnl/lib/route/cls/
H A Dpolice.c49 return __type2str(type, buf, len, police_types,
/external/libnl/lib/route/
H A Drtnl.c72 return __type2str(type, buf, size, rtntypes, ARRAY_SIZE(rtntypes));
97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
H A Droute_utils.c159 return __type2str(metric, buf, size, route_metrices,
H A Dlink.c1091 return __type2str(st, buf, len, link_stats, ARRAY_SIZE(link_stats));
1118 return __type2str(st, buf, len, link_operstates,
1142 return __type2str(st, buf, len, link_modes, ARRAY_SIZE(link_modes));
/external/libnl/lib/
H A Dutils.c462 return __type2str(family, buf, size, nlfamilies,
558 return __type2str(llproto, buf, len, llprotos, ARRAY_SIZE(llprotos));
630 return __type2str(eproto, buf, len, ether_protos,
790 char *__type2str(int type, char *buf, size_t len, struct trans_tbl *tbl, function
H A Daddr.c918 return __type2str(family, buf, size, afs, ARRAY_SIZE(afs));
H A Dmsg.c756 return __type2str(type, buf, size, nl_msgtypes,
/external/libnl/include/
H A Dnetlink-local.h92 extern char *__type2str(int, char *, size_t, struct trans_tbl *, size_t);
/external/libnl/lib/route/sch/
H A Dcbq.c51 return __type2str(type, buf, len, ovl_strategies,
H A Dprio.c273 return __type2str(prio, buf, size, prios, ARRAY_SIZE(prios));

Completed in 136 milliseconds