Searched refs:ack_handler (Results 1 – 7 of 7) sorted by relevance
/external/android-clat/ |
D | netlink_callbacks.c | 30 static int ack_handler(__attribute__((unused)) struct nl_msg *msg, void *data) { in ack_handler() function 64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval); in alloc_ack_callbacks()
|
/external/iw/ |
D | genl.c | 23 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret); in nl_get_multicast_id()
|
D | iw.c | 289 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 475 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
|
/external/libnl/python/examples/ |
D | iface.py | 63 def ack_handler(m, a): function 74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
|
D | wiphy.py | 112 def ack_handler(m, a): function 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 | 489 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 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 | 276 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 441 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()
|