HomeSort by relevance Sort by last modified time
    Searched refs:__type2str (Results 1 - 14 of 14) 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 448 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states));
  /external/libnl/lib/route/cls/
police.c 49 return __type2str(type, buf, len, police_types,
  /external/libnl/lib/route/
rtnl.c 72 return __type2str(type, buf, size, rtntypes, ARRAY_SIZE(rtntypes));
97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
route_utils.c 159 return __type2str(metric, buf, size, route_metrices,
link.c 1091 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));
    [all...]
  /external/libnl/lib/
utils.c 462 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
addr.c 918 return __type2str(family, buf, size, afs, ARRAY_SIZE(afs));
msg.c 756 return __type2str(type, buf, size, nl_msgtypes,
  /external/libnl/include/
netlink-local.h 92 extern char *__type2str(int, char *, size_t, struct trans_tbl *, size_t);
  /external/libnl/lib/route/sch/
cbq.c 51 return __type2str(type, buf, len, ovl_strategies,
prio.c 273 return __type2str(prio, buf, size, prios, ARRAY_SIZE(prios));

Completed in 261 milliseconds