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

1 2 3 4 5 6

  /external/strace/tests/
scm_rights.c 48 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&mh);
  /system/netd/client/
FwmarkClient.cpp 74 cmsghdr* const cmsgh = CMSG_FIRSTHDR(&message);
  /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/hammerhead/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) &&
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 142 cmsghp = CMSG_FIRSTHDR(&msgh);
206 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 149 cmsghp = CMSG_FIRSTHDR(&msgh);
214 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /external/valgrind/main/none/tests/
fdleak_cmsg.c 67 cmsg = CMSG_FIRSTHDR(&msg);
130 cmsg = CMSG_FIRSTHDR(&msg);
  /system/core/libcutils/
uevent.c 69 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&hdr);
  /external/chromium_org/mojo/embedder/
platform_channel_utils_posix.cc 95 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg);
122 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg);
168 for (cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); cmsg;
  /external/chromium_org/net/tools/quic/
quic_socket_utils.cc 28 for (cmsghdr* cmsg = CMSG_FIRSTHDR(hdr);
58 for (cmsg = CMSG_FIRSTHDR(hdr);
211 cmsghdr *cmsg = CMSG_FIRSTHDR(&hdr);
  /system/core/logd/
LogListener.cpp 63 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&hdr);
  /external/chromium_org/base/posix/
unix_domain_socket_linux.cc 59 cmsg = CMSG_FIRSTHDR(&msg);
124 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
  /hardware/ti/omap4-aah/ion/
ion_test.c 166 cmsg = CMSG_FIRSTHDR(&msg);
205 cmsg = CMSG_FIRSTHDR(&child_msg);
  /system/core/libion/
ion_test.c 149 cmsg = CMSG_FIRSTHDR(&msg);
188 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/chromium_org/chrome/utility/image_writer/
image_writer_mac.cc 148 struct cmsghdr* cmsg_socket_header = CMSG_FIRSTHDR(&message);
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 523 #ifdef CMSG_FIRSTHDR
537 #endif /* CMSG_FIRSTHDR */
564 #ifndef CMSG_FIRSTHDR
565 #warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received interface, etc.
575 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr != NULL;
675 #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)

Completed in 1386 milliseconds

1 2 3 4 5 6