Home
last modified time | relevance | path

Searched refs:default_cb (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/
Dsocket.c25 static int default_cb = NL_CB_DEFAULT; variable
33 default_cb = NL_CB_DEFAULT; in init_default_cb()
35 default_cb = NL_CB_VERBOSE; in init_default_cb()
37 default_cb = NL_CB_DEBUG; in init_default_cb()
121 cb = nl_cb_alloc(default_cb); in nl_socket_alloc()