HomeSort by relevance Sort by last modified time
    Searched refs:MSG_ERRQUEUE (Results 51 - 60 of 60) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 247 #define MSG_ERRQUEUE 0x2000 /* Fetch message from error queue */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 247 #define MSG_ERRQUEUE 0x2000 /* Fetch message from error queue */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 247 #define MSG_ERRQUEUE 0x2000 /* Fetch message from error queue */
  /external/iputils/
tracepath.c 120 res = recvmsg(fd, &msg, MSG_ERRQUEUE);
tracepath6.c 133 res = recvmsg(fd, &msg, MSG_ERRQUEUE);
ping.c 629 res = recvmsg(icmp_sock, &msg, MSG_ERRQUEUE|MSG_DONTWAIT);
    [all...]
ping6.c 1291 res = recvmsg(icmp_sock, &msg, MSG_ERRQUEUE|MSG_DONTWAIT);
    [all...]
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 532 if ((msg.msg_flags & (MSG_CTRUNC | MSG_OOB | MSG_ERRQUEUE)) != 0) {
  /external/strace/
net.c 571 #ifdef MSG_ERRQUEUE
572 { MSG_ERRQUEUE, "MSG_ERRQUEUE" },
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 69 milliseconds

1 23