HomeSort by relevance Sort by last modified time
    Searched refs:__type2str (Results 1 - 19 of 19) sorted by null

  /external/libnl/lib/netfilter/
netfilter.c 27 return __type2str(verdict, buf, len, nfnl_verdicts,
46 return __type2str(hook, buf, len, nfnl_inet_hooks,
queue_obj.c 64 return __type2str(copy_mode, buf, len, copy_modes,
log_obj.c 68 return __type2str(copy_mode, buf, len, copy_modes,
ct_obj.c 475 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states));
  /external/libnl/lib/idiag/
idiag.c 112 return __type2str(state, buf, len, idiag_states,
147 return __type2str(timer, buf, len, idiag_timers,
182 return __type2str(attrs, buf, len, idiag_attrs, ARRAY_SIZE(idiag_attrs));
201 return __type2str(state, buf, len, idiagnl_tcpstates,
  /external/libnl/lib/route/cls/
police.c 48 return __type2str(type, buf, len, police_types,
  /external/libnl/lib/route/
rtnl.c 77 return __type2str(type, buf, size, rtntypes, ARRAY_SIZE(rtntypes));
102 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
route_utils.c 160 return __type2str(metric, buf, size, route_metrices,
link.c     [all...]
  /external/libnl/lib/route/cls/ematch/
meta.c 217 return __type2str(id, buf, size, meta_int, ARRAY_SIZE(meta_int));
227 return __type2str(id, buf, size, meta_var, ARRAY_SIZE(meta_var));
  /external/libnl/include/netlink-private/
netlink.h 125 extern char *__type2str(int, char *, size_t, const struct trans_tbl *, size_t);
  /external/libnl/lib/route/link/
inet.c 176 return __type2str(type, buf, len, inet_devconf,
macvlan.c 347 return __type2str(mode, buf, len, macvlan_modes, ARRAY_SIZE(macvlan_modes));
inet6.c 258 return __type2str(type, buf, len, inet6_devconf,
  /external/libnl/lib/route/qdisc/
cbq.c 50 return __type2str(type, buf, len, ovl_strategies,
prio.c 239 return __type2str(prio, buf, size, prios, ARRAY_SIZE(prios));
  /external/libnl/lib/
utils.c 627 return __type2str(family, buf, size, nlfamilies,
731 return __type2str(llproto, buf, len, llprotos, ARRAY_SIZE(llprotos));
821 return __type2str(eproto, buf, len, ether_protos,
985 char *__type2str(int type, char *buf, size_t len, function
addr.c 1070 return __type2str(family, buf, size, afs, ARRAY_SIZE(afs));
msg.c 651 return __type2str(type, buf, size, nl_msgtypes,

Completed in 79 milliseconds