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

  /external/android-clat/
netlink_callbacks.c 60 callbacks = nl_cb_alloc(NL_CB_DEFAULT);
getaddr.c 115 callbacks = nl_cb_alloc(NL_CB_DEFAULT);
  /external/libnl/include/netlink/
handlers.h 74 NL_CB_DEFAULT,
  /system/extras/taskstats/
taskstats.c 95 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_DEFAULT, &parse_family_id,
97 nl_cb_err(callbacks, NL_CB_DEFAULT, &print_receive_error, NULL);
157 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_DEFAULT, &parse_task_stats, stats);
158 nl_cb_err(callbacks, NL_CB_DEFAULT, &print_receive_error, &family_id);
  /external/libnl/lib/
socket.c 25 static int default_cb = NL_CB_DEFAULT;
33 default_cb = NL_CB_DEFAULT;
handlers.c 237 cb = nl_cb_alloc(NL_CB_DEFAULT);
  /external/nfacct/
nfacct.c 447 cb = nl_cb_alloc(NL_CB_DEFAULT);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 592 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 609 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT);
gscan.cpp     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 983 w->nl_cb = nl_cb_alloc(NL_CB_DEFAULT);
    [all...]

Completed in 451 milliseconds