Home
last modified time | relevance | path

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

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