HomeSort by relevance Sort by last modified time
    Searched refs:NL_CB_CUSTOM (Results 1 - 21 of 21) sorted by null

  /external/android-clat/
netlink_callbacks.c 64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval);
65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval);
getaddr.c 119 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ);
120 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 121 nl_cb_err(dhd_nli->cb, NL_CB_CUSTOM, dhd_nl_error_handler, &err);
122 nl_cb_set(dhd_nli->cb, NL_CB_ACK, NL_CB_CUSTOM,
124 nl_cb_set(dhd_nli->cb, NL_CB_FINISH, NL_CB_CUSTOM,
126 nl_cb_set(dhd_nli->cb, NL_CB_VALID, NL_CB_CUSTOM,
  /external/libnl/include/netlink/
handlers.h 80 NL_CB_CUSTOM,
  /external/libnl/src/
nl-route-get.c 76 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL);
nf-monitor.c 55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nl-monitor.c 65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nf-log.c 64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nf-queue.c 98 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 176 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
177 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
178 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
179 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
181 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, internal_valid_message_handler, info);
cpp_bindings.cpp 619 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
620 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
621 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
622 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
623 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, response_handler, this);
gscan.cpp     [all...]
  /external/libnl/lib/
handlers.c 23 * nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
280 * @arg func callback function (NL_CB_CUSTOM)
294 if (kind == NL_CB_CUSTOM) {
341 if (kind == NL_CB_CUSTOM) {
cache_mngr.c 171 nl_socket_modify_cb(mngr->cm_handle, NL_CB_VALID, NL_CB_CUSTOM,
socket.c 191 NL_CB_CUSTOM, noop_seq_check, NULL);
cache.c 481 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, update_msg_parser, &x);
nl.c 743 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 602 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
603 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
604 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
605 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
606 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, response_handler, this);
wifi_hal.cpp 137 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, internal_no_seq_check, info);
138 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, internal_valid_message_handler, info);
  /external/nfacct/
nfacct.c 235 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL);
452 NL_CB_CUSTOM,
473 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 650 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
651 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
652 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
655 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM,
988 nl_cb_set(w->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
989 nl_cb_set(w->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, process_beacon_event,
    [all...]

Completed in 358 milliseconds