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

  /external/libnl/src/
genl-ctrl-list.c 60 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-link-list.c 91 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;
nl-qdisc-list.c 76 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;
nl-route-list.c 105 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
nl-tctree-list.c 140 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 97 int nl_cli_parse_dumptype(const char *str) function

Completed in 38 milliseconds