HomeSort by relevance Sort by last modified time
    Searched defs:genl_ops (Results 1 - 3 of 3) sorted by null

  /external/libnl/src/
nl-list-caches.c 80 struct genl_ops *genl_ops = ops->co_genl; local
86 genl_ops->o_name, genl_ops->o_hdrsize, genl_ops->o_id);
88 if (genl_ops->o_ncmds) {
93 for (i = 0; i < genl_ops->o_ncmds; i++) {
94 struct genl_cmd *cmd = &genl_ops->o_cmds[i];
  /external/libnl/include/netlink/genl/
mngt.h 80 * static struct genl_ops my_genl_ops = {
109 * @struct genl_ops netlink/genl/mngt.h
119 * static struct genl_ops my_genl_ops = {
132 struct genl_ops struct
162 extern int genl_register_family(struct genl_ops *);
163 extern int genl_unregister_family(struct genl_ops *);
169 extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
  /external/libnl/lib/genl/
ctrl.c 519 static struct genl_ops genl_ops = { variable in typeref:struct:genl_ops
530 .co_genl = &genl_ops,

Completed in 43 milliseconds