Searched refs:trans_tbl (Results 1 – 22 of 22) sorted by relevance
/external/libnl/include/ |
D | netlink-local.h | 58 struct trans_tbl { struct 92 extern char *__type2str(int, char *, size_t, struct trans_tbl *, size_t); 93 extern int __str2type(const char *, struct trans_tbl *, size_t); 98 extern char *__flags2str(int, char *, size_t, struct trans_tbl *, size_t); 99 extern int __str2flags(const char *, struct trans_tbl *, size_t);
|
/external/libnl/lib/netfilter/ |
D | netfilter.c | 16 static struct trans_tbl nfnl_verdicts[] = { 36 static struct trans_tbl nfnl_inet_hooks[] = {
|
D | log_obj.c | 59 static struct trans_tbl copy_modes[] = { 217 static struct trans_tbl log_flags[] = { 257 static struct trans_tbl nfnl_log_attrs[] = {
|
D | queue_obj.c | 55 static struct trans_tbl copy_modes[] = { 187 static struct trans_tbl nfnl_queue_attrs[] = {
|
D | ct_obj.c | 326 static struct trans_tbl ct_attrs[] = { 433 static struct trans_tbl tcp_states[] = { 475 static struct trans_tbl status_flags[] = {
|
D | queue_msg_obj.c | 454 static struct trans_tbl nfnl_queue_msg_attrs[] = {
|
/external/libnl/lib/route/ |
D | rtnl.c | 55 static struct trans_tbl rtntypes[] = { 87 static struct trans_tbl scopes[] = {
|
D | route_utils.c | 141 static struct trans_tbl route_metrices[] = {
|
D | neigh.c | 229 static struct trans_tbl neigh_attrs[] = { 658 static struct trans_tbl neigh_states[] = { 687 static struct trans_tbl neigh_flags[] = {
|
D | link.c | 716 static struct trans_tbl link_attrs[] = { 1023 static struct trans_tbl link_flags[] = { 1063 static struct trans_tbl link_stats[] = { 1106 static struct trans_tbl link_operstates[] = { 1135 static struct trans_tbl link_modes[] = {
|
D | nexthop.c | 312 static struct trans_tbl nh_flags[] = {
|
D | addr.c | 509 static struct trans_tbl addr_attrs[] = { 980 static struct trans_tbl addr_flags[] = {
|
D | rule.c | 304 static struct trans_tbl rule_attrs[] = {
|
D | route_obj.c | 458 static struct trans_tbl route_attrs[] = {
|
/external/libnl/lib/ |
D | utils.c | 439 static struct trans_tbl nlfamilies[] = { 480 static struct trans_tbl llprotos[] = { 574 static struct trans_tbl ether_protos[] = { 790 char *__type2str(int type, char *buf, size_t len, struct trans_tbl *tbl, in __type2str() 822 struct trans_tbl *tbl, size_t tbl_len) in __flags2str() 841 int __str2type(const char *buf, struct trans_tbl *tbl, size_t tbl_len) in __str2type() 882 int __str2flags(const char *buf, struct trans_tbl *tbl, size_t tbl_len) in __str2flags()
|
D | addr.c | 884 static struct trans_tbl afs[] = {
|
D | msg.c | 747 static struct trans_tbl nl_msgtypes[] = {
|
/external/libnl/lib/route/cls/ |
D | police.c | 26 static struct trans_tbl police_types[] = {
|
/external/libnl/lib/route/sch/ |
D | prio.c | 251 static struct trans_tbl prios[] = {
|
D | cbq.c | 31 static struct trans_tbl ovl_strategies[] = {
|
/external/libnl/lib/genl/ |
D | family.c | 82 static struct trans_tbl ops_flags[] = {
|
/external/libnl/lib/route/link/ |
D | vlan.c | 50 static struct trans_tbl vlan_flags[] = {
|