HomeSort by relevance Sort by last modified time
    Searched refs:MSG_DONTWAIT (Results 151 - 175 of 225) sorted by null

1 2 3 4 5 67 8 9

  /external/ltp/testcases/network/sockets/
ltpClient.c 622 MSG_DONTWAIT, (struct sockaddr *)&rawReceiveAddr,
  /system/netd/server/
SockDiag.cpp 58 ssize_t bytesread = recv(fd, &ack, sizeof(ack), MSG_DONTWAIT | MSG_PEEK);
  /external/iproute2/misc/
arpd.c 458 status = recvmsg(rth.fd, &msg, MSG_DONTWAIT);
495 n = recvfrom(pset[0].fd, buf, sizeof(buf), MSG_DONTWAIT,
  /frameworks/native/libs/input/
InputTransport.cpp 155 nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
190 nRead = ::recv(mFd, msg, sizeof(InputMessage), MSG_DONTWAIT);
    [all...]
  /system/bt/btif/src/
btif_sock_l2cap.cc 991 OSI_NO_INTR(sent = send(sock->our_fd, buf, len, MSG_DONTWAIT));
    [all...]
btif_sock_rfc.cc 766 sent = send(fd, p_buf->data + p_buf->offset, p_buf->len, MSG_DONTWAIT));
  /external/syslinux/core/lwip/src/api/
sockets.c 575 if (((flags & MSG_DONTWAIT) || netconn_is_nonblocking(sock->conn)) &&
769 if ((flags & MSG_DONTWAIT) || netconn_is_nonblocking(sock->conn)) {
779 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0);
    [all...]
  /external/iputils/
rarpd.c 426 n = recvfrom(fd, buf, sizeof(buf), MSG_DONTWAIT, (struct sockaddr*)&sll, &sll_len);
ping.c 632 res = recvmsg(icmp_sock, &msg, MSG_ERRQUEUE|MSG_DONTWAIT);
    [all...]
ping6.c 1294 res = recvmsg(icmp_sock, &msg, MSG_ERRQUEUE|MSG_DONTWAIT);
    [all...]
  /external/toybox/toys/pending/
traceroute.c 249 MSG_DONTWAIT, (struct sockaddr *) &from, &addrlen);
  /external/wpa_supplicant_8/src/ap/
vlan_full.c 658 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
  /frameworks/native/services/sensorservice/
SensorEventConnection.cpp 560 ssize_t numBytesRead = ::recv(fd, buf, sizeof(buf), MSG_DONTWAIT);
  /system/core/init/
property_service.cpp 316 int result = TEMP_FAILURE_RETRY(recv(socket_, data, bytes_left, MSG_DONTWAIT));
  /external/dhcpcd-6.8.2/
if-linux.c 336 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC);
835 ctx->link_fd, MSG_DONTWAIT, &link_netlink);
    [all...]
  /external/iproute2/lib/
libnetlink.c 148 status = recv(rth->fd, resp, sizeof(resp), MSG_DONTWAIT|MSG_PEEK);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 938 if (sendmsg(sock, &msg, MSG_DONTWAIT) >= 0) {
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 816 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT);
    [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 304 OSI_NO_INTR(sent = send(fd, p, len - count, MSG_NOSIGNAL | MSG_DONTWAIT));
    [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 651 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_amd64.go 651 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_arm.go 609 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_arm64.go 655 MSG_DONTWAIT = 0x80
    [all...]

Completed in 1703 milliseconds

1 2 3 4 5 67 8 9