/third_party/libnl/lib/ |
D | handlers.c | 218 nl_cb_set(cb, i, kind, NULL, NULL); in nl_cb_alloc() 294 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, in nl_cb_set() function 329 err = nl_cb_set(cb, i, kind, func, arg); in nl_cb_set_all()
|
D | socket.c | 285 nl_cb_set(sk->s_cb, NL_CB_SEQ_CHECK, in nl_socket_disable_seq_check() 775 return nl_cb_set(sk->s_cb, type, kind, func, arg); in nl_socket_modify_cb()
|
D | nl.c | 1122 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL); in nl_wait_for_ack() 1212 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, __pickup_answer, &pp); in nl_pickup_keep_syserr()
|
D | cache_mngr.c | 546 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, event_input, mngr); in nl_cache_mngr_data_ready()
|
D | cache.c | 702 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, update_msg_parser, &x); in __cache_pickup()
|
/third_party/libnl/include/netlink/ |
D | handlers.h | 126 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind,
|
/third_party/libnl/ |
D | libnl-3.sym | 121 nl_cb_set;
|
/third_party/libnl/lib/genl/ |
D | ctrl.c | 273 rc = nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, probe_response, in genl_ctrl_probe_by_name()
|
/third_party/libnl/python/netlink/ |
D | capi.i | 742 return nl_cb_set(cb, t, k, in py_nl_cb_set() 745 return nl_cb_set(cb, t, k, NULL, NULL); in py_nl_cb_set()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211.c | 425 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in send_and_recv() 426 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv() 429 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in send_and_recv() 775 nl_cb_set(w->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap() 777 nl_cb_set(w->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap() 1770 nl_cb_set(global->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global() 1772 nl_cb_set(global->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global() 1919 nl_cb_set(bss->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_init_bss() 1921 nl_cb_set(bss->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in nl80211_init_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211.c | 432 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in send_and_recv() 437 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, in send_and_recv() 440 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv() 444 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in send_and_recv() 907 nl_cb_set(w->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap() 909 nl_cb_set(w->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap() 1937 nl_cb_set(global->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global() 1939 nl_cb_set(global->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global() 2105 nl_cb_set(bss->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_init_bss() 2107 nl_cb_set(bss->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in nl80211_init_bss()
|
/third_party/libnl/doc/ |
D | core.txt | 2488 +arg+ pointer in nl_cb_set() and nl_cb_err() can be used to 2523 Message processing callback functions are set with nl_cb_set(): 2528 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, 2556 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
|