Home
last modified time | relevance | path

Searched refs:NL_STOP (Results 1 – 20 of 20) sorted by relevance

/external/libnl/lib/
Dhandlers.c66 return NL_STOP; in nl_invalid_handler_verbose()
77 return NL_STOP; in nl_overrun_handler_verbose()
112 return NL_STOP; in nl_finish_handler_debug()
154 return NL_STOP; in nl_ack_handler_debug()
Dnl.c819 case NL_STOP: \
992 else if (err == NL_STOP) { in recvmsgs()
1102 return NL_STOP; in ack_wait_handler()
/external/iw/
Dgenl.c20 return NL_STOP; in error_handler()
27 return NL_STOP; in ack_handler()
Diw.c279 return NL_STOP; in error_handler()
293 return NL_STOP; in ack_handler()
/external/libnl/python/examples/
Diface.py58 return nl.NL_STOP
65 return nl.NL_STOP
Dwiphy.py107 return nl.NL_STOP
114 return nl.NL_STOP
/external/libnl/include/netlink/
Dhandlers.h68 NL_STOP, enumerator
/external/libnl/python/netlink/
Dcapi.i485 NL_STOP, enumerator
608 result = NL_STOP; in nl_recv_msg_handler()
631 result = NL_STOP; in nl_recv_msg_handler()
649 return NL_STOP; in nl_recv_err_handler()
667 result = NL_STOP; in nl_recv_err_handler()
/external/libnl/src/
Dnf-monitor.c38 return NL_STOP; in event_input()
Dnl-monitor.c53 return NL_STOP; in event_input()
Dnf-queue.c60 return NL_STOP; in event_input()
Dnf-log.c51 return NL_STOP; in event_input()
/external/autotest/client/deps/iwcap/src/
Diwcap.c479 return NL_STOP; in error_handler()
493 return NL_STOP; in ack_handler()
/external/libnl/lib/fib_lookup/
Dlookup.c119 err = NL_STOP; in result_msg_parser()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1526 return NL_STOP; in phy_info_edmg_capa()
1710 return NL_STOP; in phy_info_freqs()
1756 return NL_STOP; in phy_info_rates()
1864 return NL_STOP; in phy_info_iftype()
1868 return NL_STOP; in phy_info_iftype()
1889 return NL_STOP; in phy_info_band()
Ddriver_nl80211_scan.c44 return NL_STOP; in get_noise_for_scan_results()
Ddriver_nl80211.c280 return NL_STOP; in ack_handler()
305 return NL_STOP; in ack_handler_cookie()
310 return NL_STOP; in ack_handler_cookie()
316 return NL_STOP; in ack_handler_cookie()
346 return NL_STOP; in error_handler()
/external/libnl/lib/genl/
Dctrl.c220 return NL_STOP; in probe_response()
/external/libnl/doc/
Dcore.txt1121 will be done repeately until the parser returns NL_STOP, an error was
1126 quit due to either an error or NL_STOP nl_recv() respectively the
1150 NL_STOP to stop parsing completely.
2475 | NL_STOP | Stop parsing and discard all remaining data in the
2512 | NL_CB_INVALID | Invalid messages | NL_STOP
2514 | NL_CB_FINISH | Messages of type NLMSG_DONE | NL_STOP
2516 | NL_CB_OVERRUN | Messages of type NLMSG_OVERRUN | NL_STOP
2517 | NL_CB_ACK | ACK Messages | NL_STOP
2521 Any of these functions may return NL_OK, NL_SKIP, or NL_STOP.
/external/libnl/
DChangeLog41 o Fixed nl_recvmsgs() to return 0 when interrupted via NL_STOP or