Searched refs:NL_CB_VERBOSE (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/netlink/
H A Dhandlers.h76 NL_CB_VERBOSE, enumerator in enum:nl_cb_kind
/external/libnl/lib/
H A Dhandlers.c20 * 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,
H A Dsocket.c35 default_cb = NL_CB_VERBOSE;

Completed in 85 milliseconds