/external/iw/ |
D | mpath.c | 116 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL); in handle_mpath_get() 166 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL); in handle_mpath_set() 186 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL); in handle_mpath_dump()
|
D | mpp.c | 62 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpp_handler, NULL); in handle_mpp_get() 79 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpp_handler, NULL); in handle_mpp_dump()
|
D | genl.c | 103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret); in nl_get_multicast_id() 104 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, family_handler, &grp); in nl_get_multicast_id()
|
D | hwsim.c | 69 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in handle_hwsim_getps() 101 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in handle_hwsim_setps()
|
D | reg.c | 237 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_reg_handler, NULL); in handle_reg_dump() 253 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_reg_handler, in handle_reg_get()
|
D | link.c | 109 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, link_bss_handler, &lr); in handle_scan_for_link() 225 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_link_sta, NULL); in handle_link_sta()
|
D | ps.c | 78 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in get_power_save()
|
D | survey.c | 77 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_survey_handler, NULL); in handle_survey_dump()
|
D | event.c | 705 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in __do_listen_events() 711 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, wait_event, &wait_ev); in __do_listen_events() 713 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_event, args); in __do_listen_events()
|
D | interface.c | 382 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_iface_handler, NULL); in handle_interface_info() 450 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_iface_handler, &dev_dump_wiphy); in handle_dev_dump()
|
D | iw.c | 474 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in __handle_cmd() 475 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
|
D | station.c | 373 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_sta_handler, NULL); in handle_station_get() 560 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_sta_handler, NULL); in handle_station_dump()
|
D | coalesce.c | 281 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in handle_coalesce_show()
|
D | info.c | 662 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_phy_handler, NULL); in handle_info() 713 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_feature_handler, (void *)print); in handle_features()
|
/external/libnl/lib/ |
D | handlers.c | 217 nl_cb_set(cb, i, kind, NULL, NULL); in nl_cb_alloc() 293 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, in nl_cb_set() function 328 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() 637 return nl_cb_set(sk->s_cb, type, kind, func, arg); in nl_socket_modify_cb()
|
D | nl.c | 1067 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL); in nl_wait_for_ack() 1131 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, __pickup_answer, &pp); in nl_pickup()
|
D | cache_mngr.c | 431 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, event_input, mngr); in nl_cache_mngr_data_ready()
|
/external/android-clat/ |
D | netlink_callbacks.c | 64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval); in alloc_ack_callbacks()
|
D | getaddr.c | 120 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ); in getinterface_ip()
|
/external/libnl/include/netlink/ |
D | handlers.h | 123 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind,
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 469 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, check_phy_handler, in check_phy_caps() 538 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in __handle_cmd() 539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
|
/external/libnl/python/netlink/ |
D | capi.i | 737 return nl_cb_set(cb, t, k, in py_nl_cb_set() 740 return nl_cb_set(cb, t, k, NULL, NULL); in py_nl_cb_set()
|
/external/libnl/lib/genl/ |
D | ctrl.c | 272 rc = nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, probe_response, in genl_ctrl_probe_by_name()
|
/external/nfacct/ |
D | nfacct.c | 455 if (nl_cb_set(cb, NL_CB_MSG_IN, in nfacct_cmd_get()
|