Home
last modified time | relevance | path

Searched refs:nl_socket_set_nonblocking (Results 1 – 7 of 7) sorted by relevance

/third_party/libnl/include/netlink/
Dsocket.h64 extern int nl_socket_set_nonblocking(const struct nl_sock *);
/third_party/libnl/
Dlibnl-3.sym227 nl_socket_set_nonblocking;
/third_party/libnl/lib/
Dcache_mngr.c179 if ((err = nl_socket_set_nonblocking(mngr->cm_sock)) < 0) in nl_cache_mngr_alloc()
Dsocket.c703 int nl_socket_set_nonblocking(const struct nl_sock *sk) in nl_socket_set_nonblocking() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c114 #undef nl_socket_set_nonblocking
115 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
177 nl_socket_set_nonblocking(*handle); in nl80211_register_eloop_read()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c72 #undef nl_socket_set_nonblocking
73 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
136 nl_socket_set_nonblocking(*handle); in nl80211_register_eloop_read()
/third_party/libnl/doc/
Dcore.txt819 int nl_socket_set_nonblocking(const struct nl_sock *sk);