/external/webrtc/webrtc/base/ |
win32socketserver.cc | 577 return (::recv(socket_, &ch, 1, MSG_PEEK) <= 0);
|
physicalsocketserver.cc | 617 if (recv(s_, &ch, 1, MSG_PEEK) > 0) 639 ssize_t res = ::recv(s_, &ch, 1, MSG_PEEK); [all...] |
/libcore/luni/src/main/java/android/system/ |
OsConstants.java | 354 public static final int MSG_PEEK = placeholder(); [all...] |
/external/syslinux/core/lwip/src/api/ |
sockets.c | 650 ((flags & MSG_PEEK)!=0)) { 704 if ((flags & MSG_PEEK) == 0) { [all...] |
/external/dnsmasq/src/ |
dhcp.c | 143 while ((sz = recvmsg(daemon->dhcpfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR);
|
/external/iproute2/lib/ |
libnetlink.c | 148 status = recv(rth->fd, resp, sizeof(resp), MSG_DONTWAIT|MSG_PEEK);
|
/external/ipsec-tools/src/racoon/ |
privsep.c | 116 sizeof(com), MSG_PEEK, NULL, NULL)) == -1) {
|
pfkey.c | [all...] |
/external/curl/lib/vtls/ |
openssl.c | 773 recv MSG_PEEK instead. Bug #795 */ 774 #ifdef MSG_PEEK 778 (RECV_TYPE_ARG3)1, (RECV_TYPE_ARG4)MSG_PEEK); [all...] |
/kernel/tests/net/test/ |
ping6_test.py | 775 s.recvfrom(32768, MSG_PEEK) # Wait until the receive thread replies.
|
/libcore/luni/src/main/native/ |
android_system_OsConstants.cpp | 379 initConstant(env, c, "MSG_PEEK", MSG_PEEK);
|
/external/dhcpcd-6.8.2/ |
if-linux.c | 336 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC); [all...] |
/external/ipsec-tools/src/libipsec/ |
pfkey.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winsock2.h | 302 #define MSG_PEEK 0x2 [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
socketmodule.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
socketmodule.c | [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zerrors_darwin_386.go | 659 MSG_PEEK = 0x2 [all...] |
zerrors_darwin_amd64.go | 659 MSG_PEEK = 0x2 [all...] |
zerrors_darwin_arm.go | 617 MSG_PEEK = 0x2 [all...] |
zerrors_darwin_arm64.go | 663 MSG_PEEK = 0x2 [all...] |
zerrors_dragonfly_amd64.go | [all...] |
zerrors_freebsd_386.go | [all...] |
zerrors_freebsd_amd64.go | [all...] |
zerrors_freebsd_arm.go | [all...] |
zerrors_linux_386.go | 557 MSG_PEEK = 0x2 [all...] |