Home
last modified time | relevance | path

Searched refs:nl_cb_err (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/include/netlink/
Dhandlers.h130 extern int nl_cb_err(struct nl_cb *, enum nl_cb_kind, nl_recvmsg_err_cb_t,
/third_party/libnl/lib/
Dhandlers.c220 nl_cb_err(cb, kind, NULL, NULL); in nl_cb_alloc()
344 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_err() function
Dsocket.c790 return nl_cb_err(sk->s_cb, kind, func, arg); in nl_socket_modify_err_cb()
Dnl.c1216 nl_cb_err(cb, NL_CB_CUSTOM, __pickup_answer_syserr, &pp); in nl_pickup_keep_syserr()
/third_party/libnl/
Dlibnl-3.sym115 nl_cb_err;
/third_party/libnl/python/netlink/
Dcapi.i797 return nl_cb_err(cb, k, in py_nl_cb_err()
800 return nl_cb_err(cb, k, NULL, NULL); in py_nl_cb_err()
/third_party/libnl/doc/
Dcore.txt2488 +arg+ pointer in nl_cb_set() and nl_cb_err() can be used to
2542 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, nl_recvmsg_err_cb_t func, void *arg);
2563 nl_cb_err(cb, NL_CB_VERBOSE, NULL, file);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c424 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c431 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv()