Home
last modified time | relevance | path

Searched refs:NL_OK (Results 1 – 12 of 12) sorted by relevance

/third_party/libnl/lib/
Dhandlers.c55 return NL_OK; in nl_valid_handler_verbose()
101 return NL_OK; in nl_valid_handler_debug()
122 return NL_OK; in nl_msg_in_handler_debug()
132 return NL_OK; in nl_msg_out_handler_debug()
Dnl.c340 if ((ret = nl_cb_call(cb, NL_CB_MSG_OUT, msg)) != NL_OK) in nl_sendmsg()
814 case NL_OK: \
Dcache_mngr.c59 if (ops->co_event_filter(ca->ca_cache, obj) != NL_OK) in include_cb()
Dsocket.c268 return NL_OK; in noop_seq_check()
/third_party/libnl/include/netlink/
Dhandlers.h64 NL_OK, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c1519 return NL_OK; in phy_info_edmg_capa()
1527 return NL_OK; in phy_info_edmg_capa()
1695 return NL_OK; in phy_info_freqs()
1726 return NL_OK; in phy_info_freqs()
1742 return NL_OK; in phy_info_rates()
1770 return NL_OK; in phy_info_rates()
1872 return NL_OK; in phy_info_iftype()
1927 if (ret == NL_OK) in phy_info_band()
1930 if (ret == NL_OK) in phy_info_band()
1932 if (ret != NL_OK) { in phy_info_band()
[all …]
Ddriver_nl80211.c364 return NL_OK; in no_seq_check()
/third_party/libnl/src/
Dnf-ct-events.c66 return NL_OK; in nf_conntrack_event_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c1479 return NL_OK; in phy_info_freqs()
1510 return NL_OK; in phy_info_freqs()
1526 return NL_OK; in phy_info_rates()
1554 return NL_OK; in phy_info_rates()
1649 return NL_OK; in phy_info_iftype()
1702 if (ret == NL_OK) in phy_info_band()
1704 if (ret != NL_OK) { in phy_info_band()
1717 if (ret != NL_OK) in phy_info_band()
1722 return NL_OK; in phy_info_band()
1743 if (res != NL_OK) in phy_info_handler()
Ddriver_nl80211.c367 return NL_OK; in no_seq_check()
/third_party/libnl/doc/
Dcore.txt989 error code is NL_OK the message is sent using sendmsg() resulting in
1158 always returns NL_OK.
2472 | NL_OK | Proceed.
2500 | NL_CB_MSG_OUT | Each message sent | NL_OK
2510 | NL_CB_MSG_IN | Each message received | NL_OK
2511 | NL_CB_SEQ_CHECK | May overwrite sequence check algo | NL_OK
2513 | NL_CB_SEND_ACK | Messages with NLM_F_ACK flag set | NL_OK
2518 | NL_CB_VALID | Each valid message | NL_OK
2521 Any of these functions may return NL_OK, NL_SKIP, or NL_STOP.
/third_party/libnl/python/netlink/
Dcapi.i481 NL_OK, enumerator