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

  /external/libnl/include/netlink/genl/
mngt.h 83 * .o_ncmds = ARRAY_SIZE(foo_cmds),
123 * .o_ncmds = ARRAY_SIZE(foo_cmds),
153 int o_ncmds; member in struct:genl_ops
  /external/libnl/src/
nl-list-caches.c 88 if (genl_ops->o_ncmds) {
93 for (i = 0; i < genl_ops->o_ncmds; i++) {
  /external/libnl/lib/genl/
mngt.c 38 for (i = 0; i < ops->o_ncmds; i++) {
124 for (i = 0; i < ops->o_ncmds; i++) {
169 if (ops->o_cmds && ops->o_ncmds <= 0)
ctrl.c 521 .o_ncmds = ARRAY_SIZE(genl_cmds),
  /external/libnl/tests/
test-genl.c 68 .o_ncmds = ARRAY_SIZE(cmds),

Completed in 519 milliseconds