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

  /external/libnl/include/netlink/
handlers.h 76 NL_CB_VERBOSE,
  /external/libnl/lib/
handlers.c 20 * struct nl_cb *cb = nl_cb_alloc(NL_CB_VERBOSE);
28 * nl_cb_err(cb, NL_CB_VERBOSE, NULL, file);
162 [NL_CB_VERBOSE] = nl_valid_handler_verbose,
169 [NL_CB_VERBOSE] = nl_invalid_handler_verbose,
179 [NL_CB_VERBOSE] = nl_overrun_handler_verbose,
191 [NL_CB_VERBOSE] = nl_error_handler_verbose,
socket.c 35 default_cb = NL_CB_VERBOSE;

Completed in 121 milliseconds