Searched refs:NL_CB_DEBUG (Results 1 – 7 of 7) sorted by relevance
/external/libnl/lib/ |
D | 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,
|
D | socket.c | 52 default_cb = NL_CB_DEBUG; in init_default_cb()
|
/external/libnl/include/netlink/ |
D | handlers.h | 78 NL_CB_DEBUG, enumerator
|
/external/iw/ |
D | iw.c | 436 cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT); in __handle_cmd() 437 s_cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT); in __handle_cmd()
|
D | event.c | 696 struct nl_cb *cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT); in __do_listen_events()
|
/external/libnl/python/netlink/ |
D | capi.i | 493 NL_CB_DEBUG, enumerator
|
/external/libnl/doc/ |
D | core.txt | 2490 * +NL_CB_DEBUG+ This set is intended for debugging purposes. It is
|