Searched refs:NL_CB_DEBUG (Results 1 – 3 of 3) sorted by relevance
/external/libnl/lib/ |
D | handlers.c | 163 [NL_CB_DEBUG] = nl_valid_handler_debug, 166 [NL_CB_DEBUG] = nl_finish_handler_debug, 170 [NL_CB_DEBUG] = nl_invalid_handler_verbose, 173 [NL_CB_DEBUG] = nl_msg_in_handler_debug, 176 [NL_CB_DEBUG] = nl_msg_out_handler_debug, 180 [NL_CB_DEBUG] = nl_overrun_handler_verbose, 183 [NL_CB_DEBUG] = nl_skipped_handler_debug, 186 [NL_CB_DEBUG] = nl_ack_handler_debug, 192 [NL_CB_DEBUG] = nl_error_handler_verbose,
|
D | socket.c | 37 default_cb = NL_CB_DEBUG; in init_default_cb()
|
/external/libnl/include/netlink/ |
D | handlers.h | 78 NL_CB_DEBUG, enumerator
|