Searched refs:dp_type (Results 1 – 25 of 34) sorted by relevance
12
/external/libnl/src/ |
D | nl-neightbl-list.c | 33 .dp_type = NL_DUMP_LINE, in main() 57 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | genl-ctrl-list.c | 38 .dp_type = NL_DUMP_LINE, in main() 60 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nl-rule-list.c | 40 .dp_type = NL_DUMP_LINE, in main() 67 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nl-qdisc-list.c | 43 .dp_type = NL_DUMP_LINE, in main() 76 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nl-neigh-list.c | 42 .dp_type = NL_DUMP_LINE, in main() 75 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nl-link-list.c | 56 .dp_type = NL_DUMP_LINE, in main() 91 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nl-cls-list.c | 17 .dp_type = NL_DUMP_LINE, 96 case 'f': params.dp_type = nlt_parse_dumptype(optarg); break; in main()
|
D | nl-route-list.c | 57 .dp_type = NL_DUMP_LINE, in main() 105 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nf-ct-list.c | 54 .dp_type = NL_DUMP_LINE, in main() 107 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nl-tctree-list.c | 20 .dp_type = NL_DUMP_DETAILS, 140 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break; in main()
|
D | nf-log.c | 34 .dp_type = NL_DUMP_STATS, in obj_input() 108 .dp_type = NL_DUMP_STATS, in main()
|
D | nl-addr-list.c | 117 .dp_type = NL_DUMP_LINE, in main() 169 case ARG_DETAILS: params.dp_type = NL_DUMP_DETAILS; break; in main()
|
D | nl-neigh-add.c | 50 .dp_type = NL_DUMP_LINE, in main()
|
D | nl-route-get.c | 27 .dp_type = NL_DUMP_DETAILS, in parse_cb()
|
D | nl-qdisc-delete.c | 45 .dp_type = NL_DUMP_LINE, in delete_cb()
|
D | nl-neigh-delete.c | 46 .dp_type = NL_DUMP_LINE, in delete_cb()
|
D | nl-addr-add.c | 49 .dp_type = NL_DUMP_LINE, in main()
|
D | nl-link-set.c | 53 .dp_type = NL_DUMP_LINE, in set_cb()
|
D | nl-fib-lookup.c | 34 .dp_type = NL_DUMP_DETAILS, in main()
|
D | nl-cls-add.c | 43 .dp_type = NL_DUMP_DETAILS, in main()
|
D | nl-route-add.c | 57 .dp_type = NL_DUMP_LINE, in main()
|
D | nf-monitor.c | 20 .dp_type = NL_DUMP_STATS, in obj_input()
|
/external/libnl/include/netlink/ |
D | types.h | 39 enum nl_dump_type dp_type; member
|
/external/libnl/tests/ |
D | test-nf-cache-mngr.c | 15 .dp_type = NL_DUMP_LINE, in change_cb()
|
D | test-cache-mngr.c | 10 .dp_type = NL_DUMP_LINE, in change_cb()
|
12