Searched refs:NL_CB_ACK (Results 1 – 8 of 8) sorted by relevance
/external/android-clat/ |
D | netlink_callbacks.c | 64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval); in alloc_ack_callbacks()
|
/external/libnl/include/netlink/ |
D | handlers.h | 100 NL_CB_ACK, enumerator
|
/external/libnl/lib/ |
D | nl.c | 651 } else if (cb->cb_set[NL_CB_ACK]) in recvmsgs() 652 NL_CB_CALL(cb, NL_CB_ACK, msg); in recvmsgs() 743 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL); in nl_wait_for_ack()
|
D | handlers.c | 185 [NL_CB_ACK] = {
|
/external/iw/ |
D | genl.c | 103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret); in nl_get_multicast_id()
|
D | iw.c | 475 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 351 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()
|