OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nl_socket_set_nonblocking
(Results
1 - 6
of
6
) sorted by null
/external/libnl/include/netlink/
socket.h
58
extern int
nl_socket_set_nonblocking
(struct nl_sock *);
/external/libnl/lib/
cache_mngr.c
180
if ((err =
nl_socket_set_nonblocking
(mngr->cm_handle) < 0))
socket.c
419
int
nl_socket_set_nonblocking
(struct nl_sock *sk)
function
doc.c
273
*
nl_socket_set_nonblocking
(sk) Set socket to non-blocking state.
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp
119
if (
nl_socket_set_nonblocking
(sock)) {
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
86
/* system/core/libnl_2 does not include
nl_socket_set_nonblocking
() */
87
#undef
nl_socket_set_nonblocking
macro
88
#define
nl_socket_set_nonblocking
(h) android_nl_socket_set_nonblocking(h)
macro
150
nl_socket_set_nonblocking
(*handle);
[
all
...]
Completed in 944 milliseconds