Searched refs:NL_CB_ACK (Results 1 – 12 of 12) 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 | 945 } 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()
|
D | handlers.c | 181 [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/libnl/python/examples/ |
D | iface.py | 74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
|
D | wiphy.py | 123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
|
/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/libnl/python/netlink/ |
D | capi.i | 515 NL_CB_ACK, enumerator
|
/external/libnl/doc/ |
D | core.txt | 2517 | NL_CB_ACK | ACK Messages | NL_STOP 2591 - MUST call +NL_CB_ACK+ for all ACK messages
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 426 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()
|