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

  /external/libnl/lib/
handlers.c 159 [NL_CB_DEBUG] = nl_valid_handler_debug,
162 [NL_CB_DEBUG] = nl_finish_handler_debug,
166 [NL_CB_DEBUG] = nl_invalid_handler_verbose,
169 [NL_CB_DEBUG] = nl_msg_in_handler_debug,
172 [NL_CB_DEBUG] = nl_msg_out_handler_debug,
176 [NL_CB_DEBUG] = nl_overrun_handler_verbose,
179 [NL_CB_DEBUG] = nl_skipped_handler_debug,
182 [NL_CB_DEBUG] = nl_ack_handler_debug,
188 [NL_CB_DEBUG] = nl_error_handler_verbose,
socket.c 52 default_cb = NL_CB_DEBUG;
  /external/libnl/include/netlink/
handlers.h 78 NL_CB_DEBUG,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 81 dhd_nli->cb = nl_cb_alloc(NL_CB_DEBUG);
  /external/iw/
iw.c 436 cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT);
437 s_cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT);
event.c 696 struct nl_cb *cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT);
  /external/libnl/python/netlink/
capi.i 493 NL_CB_DEBUG,

Completed in 324 milliseconds