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

  /external/libnl/src/
genl-ctrl-list.c 61 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nl-neightbl-list.c 57 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nl-rule-list.c 67 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nl-neigh-list.c 75 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nf-ct-list.c 107 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nf-exp-list.c 109 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nl-route-list.c 105 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nl-tctree-list.c 156 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
  /external/libnl/include/netlink/cli/
utils.h 69 extern int nl_cli_parse_dumptype(const char *);
  /external/libnl/src/lib/
utils.c 121 int nl_cli_parse_dumptype(const char *str) function

Completed in 207 milliseconds