/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 | 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 | genl.c | 104 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, family_handler, &grp); in nl_get_multicast_id()
|
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 | 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()
|
D | event.c | 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()
|
/external/libnl/include/netlink/ |
D | handlers.h | 92 NL_CB_VALID, enumerator
|
/external/libnl/src/ |
D | nl-route-get.c | 80 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL); in main()
|
D | nf-monitor.c | 55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
D | nl-monitor.c | 65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
D | nf-log.c | 64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
D | nf-queue.c | 75 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
/external/android-clat/ |
D | getaddr.c | 119 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ); in getinterface_ip()
|
/external/libnl/tests/ |
D | test-genl.c | 107 if ((err = nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, in main()
|
/external/libnl/lib/ |
D | nl.c | 951 if (cb->cb_set[NL_CB_VALID]) in recvmsgs() 952 NL_CB_CALL(cb, NL_CB_VALID, msg); in recvmsgs() 1131 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, __pickup_answer, &pp); in nl_pickup()
|
/external/nfacct/ |
D | nfacct.c | 239 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL); in nfacct_cmd_list() 477 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL); in nfacct_cmd_get()
|
/external/libnl/python/examples/ |
D | iface.py | 75 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
|
D | wiphy.py | 124 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
|