Searched refs:nl_recvmsgs (Results 1 – 13 of 13) sorted by relevance
/third_party/libnl/include/netlink/ |
D | netlink.h | 78 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
|
/third_party/libnl/ |
D | ChangeLog | 41 o Fixed nl_recvmsgs() to return 0 when interrupted via NL_STOP or 43 o Fixed nl_recvmsgs() to stop reading after parsing if not in the 45 o Fixed nl_recvmsgs() to not stop after receving an ACK 46 o Fixed nl_recvmsgs() to not blindly discard remaining messages 96 o Fix double nlmsg_free() in nl_recvmsgs() while receiving 103 o nl_recvmsgs() debugging
|
D | libnl-3.sym | 189 nl_recvmsgs;
|
/third_party/libnl/lib/ |
D | nl.c | 1078 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in nl_recvmsgs() function 1096 return nl_recvmsgs(sk, sk->s_cb); in nl_recvmsgs_default() 1123 err = nl_recvmsgs(sk, cb); in nl_wait_for_ack() 1219 err = nl_recvmsgs(sk, cb); in nl_pickup_keep_syserr()
|
D | cache.c | 704 err = nl_recvmsgs(sk, cb); in __cache_pickup()
|
/third_party/libnl/python/examples/ |
D | iface.py | 88 err = nl.nl_recvmsgs(s, rx_cb)
|
D | wiphy.py | 137 err = nl.nl_recvmsgs(s, rx_cb)
|
/third_party/libnl/lib/genl/ |
D | ctrl.c | 282 rc = nl_recvmsgs(sk, cb); in genl_ctrl_probe_by_name()
|
/third_party/libnl/python/netlink/ |
D | core.py | 255 ret = capi.nl_recvmsgs(self._sock, recv_cb._cb)
|
D | capi.i | 195 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
|
/third_party/libnl/doc/ |
D | core.txt | 1054 call nl_recvmsgs(): 1062 nl_recvmsgs(sk, cb) 1065 .Using nl_recvmsgs() 1067 nl_recvmsgs() implements the actual receiving loop, it blocks until a 1074 a complete own implementation of it and overwrite all calls to nl_recvmsgs() 1079 nl_recvmsgs(sk, cb) 2506 nl_recvmsgs() callback hooks (ordered by priority):
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211.c | 433 int res = nl_recvmsgs(nl_handle, cb); in send_and_recv() 700 res = nl_recvmsgs(handle, w->nl_cb); in nl80211_recv_beacons() 1623 res = nl_recvmsgs(handle, cb); in wpa_driver_nl80211_event_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211.c | 448 int res = nl_recvmsgs(nl_handle, cb); in send_and_recv() 832 res = nl_recvmsgs(handle, w->nl_cb); in nl80211_recv_beacons() 1782 res = nl_recvmsgs(handle, cb); in wpa_driver_nl80211_event_receive()
|