Home
last modified time | relevance | path

Searched refs:genl_ops_resolve (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/genl/
Dmngt.c328 err = genl_ops_resolve(sk, ops); in genl_resolve_id()
351 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) in genl_ops_resolve() function
/external/libnl/include/netlink/genl/
Dmngt.h169 extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
/external/libnl/tests/
Dtest-genl.c84 if ((err = genl_ops_resolve(sock, &ops)) < 0) in main()