Home
last modified time | relevance | path

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

/external/android-clat/
Dgetaddr.c54 if (ifa_p->ifa_index != targ_p->ifindex) return NL_OK; in getaddr_cb()
56 if (ifa_p->ifa_scope != RT_SCOPE_UNIVERSE) return NL_OK; in getaddr_cb()
65 return NL_OK; in getaddr_cb()
72 return NL_OK; in getaddr_cb()
78 return NL_OK; in getaddr_cb()
90 return NL_OK; in error_handler()
Dnetlink_callbacks.c33 return NL_OK; in ack_handler()
50 return NL_OK; in error_handler()
/external/libnl/lib/
Dhandlers.c53 return NL_OK; in nl_valid_handler_verbose()
100 return NL_OK; in nl_valid_handler_debug()
121 return NL_OK; in nl_msg_in_handler_debug()
131 return NL_OK; in nl_msg_out_handler_debug()
Dnl.c311 if ((ret = nl_cb_call(cb, NL_CB_MSG_OUT, msg)) != NL_OK) in nl_sendmsg()
762 case NL_OK: \
Dsocket.c268 return NL_OK; in noop_seq_check()
Dcache_mngr.c57 if (ops->co_event_filter(ca->ca_cache, obj) != NL_OK) in include_cb()
/external/libnl/include/netlink/
Dhandlers.h61 NL_OK, enumerator
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1522 return NL_OK; in phy_info_freqs()
1553 return NL_OK; in phy_info_freqs()
1569 return NL_OK; in phy_info_rates()
1597 return NL_OK; in phy_info_rates()
1650 if (ret == NL_OK) in phy_info_band()
1652 if (ret != NL_OK) { in phy_info_band()
1657 return NL_OK; in phy_info_band()
1678 if (res != NL_OK) in phy_info_handler()
Ddriver_nl80211.c367 return NL_OK; in no_seq_check()
/external/nfacct/
Dnfacct.c157 return NL_OK; in message_received()
/external/iw/
Devent.c9 return NL_OK; in no_seq_check()
/external/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.
/external/libnl/python/netlink/
Dcapi.i476 NL_OK, enumerator