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

  /external/libnl/include/netlink/genl/
mngt.h 137 /** Numeric identifier, automatically filled in by genl_ops_resolve() */
140 /** Human readable name, used by genl_ops_resolve() to resolve numeric id */
169 extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
  /external/libnl/tests/
test-genl.c 84 if ((err = genl_ops_resolve(sock, &ops)) < 0)
  /external/libnl/lib/genl/
mngt.c 328 err = genl_ops_resolve(sk, ops);
351 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) function
375 * @see genl_ops_resolve()

Completed in 543 milliseconds