HomeSort by relevance Sort by last modified time
    Searched refs:MSG_DONTWAIT (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /external/strace/tests/
test_nlattr.h 79 MSG_DONTWAIT, NULL, 0)); \
87 printf("}}, %u, MSG_DONTWAIT, NULL, 0) = %s\n", \
  /external/strace/tests-m32/
test_nlattr.h 79 MSG_DONTWAIT, NULL, 0)); \
87 printf("}}, %u, MSG_DONTWAIT, NULL, 0) = %s\n", \
  /external/strace/tests-mx32/
test_nlattr.h 79 MSG_DONTWAIT, NULL, 0)); \
87 printf("}}, %u, MSG_DONTWAIT, NULL, 0) = %s\n", \
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 133 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */
  /external/iputils/
ping_common.c 783 polling = MSG_DONTWAIT;
798 polling = MSG_DONTWAIT;
818 polling = MSG_DONTWAIT;
tracepath.c 286 if (recv(fd, pktbuf, mtu, MSG_DONTWAIT) > 0) {
tracepath6.c 356 if (recv(fd, pktbuf, mtu, MSG_DONTWAIT) > 0) {
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...]
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 301 res = recvmsg(sock, &msg, recvmsg_flags|MSG_DONTWAIT);
  /external/ltp/testcases/network/sockets/
ltpClient.c 622 MSG_DONTWAIT, (struct sockaddr *)&rawReceiveAddr,
  /external/strace/
socketutils.c 242 flags = MSG_DONTWAIT;
  /external/wayland/src/
connection.c 301 MSG_NOSIGNAL | MSG_DONTWAIT);
347 len = wl_os_recvmsg_cloexec(connection->fd, &msg, 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 902 OSI_NO_INTR(sent = send(sock->our_fd, buf, len, MSG_DONTWAIT));
938 /* We use MSG_DONTWAIT when sending data to JAVA, hence it can be accepted to
963 MSG_NOSIGNAL | MSG_DONTWAIT | MSG_TRUNC));
    [all...]
  /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/ltp/testcases/network/netstress/
netstress.c 193 MSG_DONTWAIT, (struct sockaddr *)&remote_addr,
  /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 610 ssize_t numBytesRead = ::recv(fd, buf, sizeof(buf), MSG_DONTWAIT);
  /system/netd/server/
SockDiag.cpp 57 ssize_t bytesread = recv(fd, &ack, sizeof(ack), MSG_DONTWAIT | MSG_PEEK);
  /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...]
  /art/adbconnection/
adbconnection.cc 803 MSG_DONTWAIT));
    [all...]
  /external/iproute2/lib/
libnetlink.c 292 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...]

Completed in 719 milliseconds

1 2 3 4 56 7 8 9