Home
last modified time | relevance | path

Searched refs:NL_CB_ACK (Results 1 – 8 of 8) sorted by relevance

/external/android-clat/
Dnetlink_callbacks.c64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval); in alloc_ack_callbacks()
/external/libnl/include/netlink/
Dhandlers.h100 NL_CB_ACK, enumerator
/external/libnl/lib/
Dnl.c651 } 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()
Dhandlers.c185 [NL_CB_ACK] = {
/external/iw/
Dgenl.c103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret); in nl_get_multicast_id()
Diw.c475 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
/external/autotest/client/deps/iwcap/src/
Diwcap.c539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c351 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()