Home
last modified time | relevance | path

Searched refs:NL_CB_VALID (Results 1 – 25 of 37) sorted by relevance

12

/external/iw/
Dmpath.c116 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()
Dmpp.c62 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()
Dhwsim.c69 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()
Dreg.c237 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()
Dlink.c109 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()
Dps.c78 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in get_power_save()
Dsurvey.c77 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_survey_handler, NULL); in handle_survey_dump()
Dgenl.c104 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, family_handler, &grp); in nl_get_multicast_id()
Dinterface.c382 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()
Dstation.c373 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()
Dcoalesce.c281 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in handle_coalesce_show()
Dinfo.c662 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()
Devent.c711 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/
Dhandlers.h92 NL_CB_VALID, enumerator
/external/libnl/src/
Dnl-route-get.c80 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL); in main()
Dnf-monitor.c55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnl-monitor.c65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-log.c64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-queue.c75 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
/external/android-clat/
Dgetaddr.c119 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ); in getinterface_ip()
/external/libnl/tests/
Dtest-genl.c107 if ((err = nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, in main()
/external/libnl/lib/
Dnl.c951 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/
Dnfacct.c239 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/
Diface.py75 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
Dwiphy.py124 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);

12