Home
last modified time | relevance | path

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

/external/libnl/lib/
Dsocket.c44 static int default_cb = NL_CB_DEFAULT; variable
52 default_cb = NL_CB_DEFAULT; in init_default_cb()
54 default_cb = NL_CB_VERBOSE; in init_default_cb()
56 default_cb = NL_CB_DEBUG; in init_default_cb()
211 cb = nl_cb_alloc(default_cb); in nl_socket_alloc()