HomeSort by relevance Sort by last modified time
    Searched refs:CMSG_FIRSTHDR (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/net/tools/quic/
quic_socket_utils.cc 27 for (cmsghdr* cmsg = CMSG_FIRSTHDR(hdr);
49 for (cmsg = CMSG_FIRSTHDR(hdr);
161 cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr);
174 cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 147 cmsghp = CMSG_FIRSTHDR(&msgh);
212 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 142 cmsghp = CMSG_FIRSTHDR(&msgh);
206 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_sock.c 142 cmsghp = CMSG_FIRSTHDR(&msgh);
206 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /external/chromium_org/base/posix/
unix_domain_socket_linux.cc 37 cmsg = CMSG_FIRSTHDR(&msg);
90 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
  /external/openssh/
monitor_fdpass.c 70 cmsg = CMSG_FIRSTHDR(&msg);
162 cmsg = CMSG_FIRSTHDR(&msg);
  /external/valgrind/main/none/tests/
fdleak_cmsg.c 67 cmsg = CMSG_FIRSTHDR(&msg);
130 cmsg = CMSG_FIRSTHDR(&msg);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 147 cmsghp = CMSG_FIRSTHDR(&msgh);
212 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /system/core/libcutils/
uevent.c 69 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&hdr);
  /system/core/libion/
ion_test.c 134 cmsg = CMSG_FIRSTHDR(&msg);
173 cmsg = CMSG_FIRSTHDR(&child_msg);
  /development/ndk/platforms/android-3/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 516 #ifdef CMSG_FIRSTHDR
530 #endif /* CMSG_FIRSTHDR */
557 #ifndef CMSG_FIRSTHDR
558 #warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received interface, etc.
568 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr != NULL;
668 #endif /* CMSG_FIRSTHDR */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)

Completed in 1095 milliseconds

1 2 3 4