/external/wpa_supplicant/ |
common.h | 52 #ifndef MSG_DONTWAIT 53 #define MSG_DONTWAIT 0 /* not supported */ 489 #ifndef MSG_DONTWAIT 490 #define MSG_DONTWAIT 0
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket.h | 195 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */ 196 #define MSG_DONTWAIT MSG_DONTWAIT
|
/frameworks/base/voip/jni/rtp/ |
AudioGroup.cpp | 296 sendto(mSocket, buffer, sizeof(buffer), MSG_DONTWAIT, 343 send(mSocket, samples, sizeof(samples), MSG_DONTWAIT); 356 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote, 364 recv(mSocket, &c, 1, MSG_DONTWAIT); 398 recv(mSocket, &c, 1, MSG_DONTWAIT); 407 MSG_TRUNC | MSG_DONTWAIT) >> 1; 414 MSG_TRUNC | MSG_DONTWAIT, (sockaddr *)&remote, &addrlen); 826 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1); 911 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1); 919 send(deviceSocket, input, sizeof(input), MSG_DONTWAIT); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.h | 83 #ifndef MSG_DONTWAIT 84 #define MSG_DONTWAIT 0 /* not supported */ 374 #ifndef MSG_DONTWAIT 375 #define MSG_DONTWAIT 0
|
/external/wpa_supplicant_8/src/utils/ |
common.h | 83 #ifndef MSG_DONTWAIT 84 #define MSG_DONTWAIT 0 /* not supported */ 395 #ifndef MSG_DONTWAIT 396 #define MSG_DONTWAIT 0
|
/external/chromium/net/tools/flip_server/ |
sm_connection.cc | 434 bytes_read = recv(fd_, bytes, size, MSG_DONTWAIT); 524 int flags = MSG_NOSIGNAL | MSG_DONTWAIT; 564 flags = MSG_NOSIGNAL | MSG_DONTWAIT;
|
/bionic/libc/kernel/common/linux/ |
socket.h | 186 #define MSG_DONTWAIT 0x40
|
/development/ndk/platforms/android-3/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/external/wpa_supplicant_8/src/drivers/ |
netlink.c | 54 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
socket.h | 184 #define MSG_DONTWAIT 0x40
|
/external/kernel-headers/original/linux/ |
socket.h | 241 #define MSG_DONTWAIT 0x40 /* Nonblocking io */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
socket.h | 240 #define MSG_DONTWAIT 0x40 /* Nonblocking io */
|
/external/dhcpcd/ |
if-linux.c | 152 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC); 385 return get_netlink(fd, MSG_DONTWAIT, &link_netlink);
|
/external/bluetooth/bluez/audio/ |
ctl_bluetooth.c | 269 ret = recv(data->sock, ind, BT_SUGGESTED_BUFFER_SIZE, MSG_DONTWAIT);
|
/external/chromium/chrome/browser/ |
crash_handler_host_linux.cc | 366 HANDLE_EINTR(sendmsg(signal_fd, &msg, MSG_DONTWAIT | MSG_NOSIGNAL));
|
/external/ipsec-tools/src/racoon/ |
evt.c | 281 if (send(l->fd, e, e->adm.ac_len, MSG_DONTWAIT) < 0) {
|
/external/bluetooth/hcidump/src/ |
hcidump.c | 248 len = recv(fd, buf, snap_len, MSG_DONTWAIT); 267 len = recvmsg(sock, &msg, MSG_DONTWAIT); 641 len = recvfrom(sk, buf, sizeof(buf), MSG_DONTWAIT,
|