Home
last modified time | relevance | path

Searched refs:NL_CB_ACK (Results 1 – 12 of 12) 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.c945 } else if (cb->cb_set[NL_CB_ACK]) in recvmsgs()
946 NL_CB_CALL(cb, NL_CB_ACK, msg); in recvmsgs()
1067 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL); in nl_wait_for_ack()
Dhandlers.c181 [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/libnl/python/examples/
Diface.py74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
Dwiphy.py123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
/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/libnl/python/netlink/
Dcapi.i515 NL_CB_ACK, enumerator
/external/libnl/doc/
Dcore.txt2517 | NL_CB_ACK | ACK Messages | NL_STOP
2591 - MUST call +NL_CB_ACK+ for all ACK messages
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c426 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()