Searched refs:nl_cb_err (Results 1 – 9 of 9) sorted by relevance
/third_party/libnl/include/netlink/ |
D | handlers.h | 130 extern int nl_cb_err(struct nl_cb *, enum nl_cb_kind, nl_recvmsg_err_cb_t,
|
/third_party/libnl/lib/ |
D | handlers.c | 220 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
|
D | socket.c | 790 return nl_cb_err(sk->s_cb, kind, func, arg); in nl_socket_modify_err_cb()
|
D | nl.c | 1216 nl_cb_err(cb, NL_CB_CUSTOM, __pickup_answer_syserr, &pp); in nl_pickup_keep_syserr()
|
/third_party/libnl/ |
D | libnl-3.sym | 115 nl_cb_err;
|
/third_party/libnl/python/netlink/ |
D | capi.i | 797 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/ |
D | core.txt | 2488 +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/ |
D | driver_nl80211.c | 424 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/ |
D | driver_nl80211.c | 431 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv()
|