Home
last modified time | relevance | path

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

/external/libnl/lib/
Dhandlers.c64 return NL_STOP; in nl_invalid_handler_verbose()
75 return NL_STOP; in nl_overrun_handler_verbose()
111 return NL_STOP; in nl_finish_handler_debug()
153 return NL_STOP; in nl_ack_handler_debug()
Dnl.c767 case NL_STOP: \
937 else if (err == NL_STOP) { in recvmsgs()
1047 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/python/netlink/
Dcapi.i480 NL_STOP, enumerator
603 result = NL_STOP; in nl_recv_msg_handler()
626 result = NL_STOP; in nl_recv_msg_handler()
644 return NL_STOP; in nl_recv_err_handler()
662 result = NL_STOP; in nl_recv_err_handler()
/external/libnl/include/netlink/
Dhandlers.h65 NL_STOP, enumerator
/external/libnl/src/
Dnf-monitor.c34 return NL_STOP; in event_input()
Dnl-monitor.c32 return NL_STOP; in event_input()
Dnf-queue.c57 return NL_STOP; in event_input()
Dnf-log.c48 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.c117 err = NL_STOP; in result_msg_parser()
/external/libnl/lib/genl/
Dctrl.c219 return NL_STOP; in probe_response()
/external/nfacct/
Dnfacct.c154 return NL_STOP; in message_received()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1323 return NL_STOP; in phy_info_freqs()
1369 return NL_STOP; in phy_info_rates()
1400 return NL_STOP; in phy_info_band()
Ddriver_nl80211_scan.c43 return NL_STOP; in get_noise_for_scan_results()
Ddriver_nl80211.c288 return NL_STOP; in ack_handler()
/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