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

1 2 3 4 5

  /system/core/libmemunreachable/
LeakPipe.cpp 38 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr);
82 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr);
  /external/iproute2/include/
bpf_scm.h 54 cmsg = CMSG_FIRSTHDR(&msg->hdr);
71 cmsg = CMSG_FIRSTHDR(&msg->hdr);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 148 cmsghp = CMSG_FIRSTHDR(&msgh);
211 cmsghp = CMSG_FIRSTHDR(&msgh);
277 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 148 cmsghp = CMSG_FIRSTHDR(&msgh);
211 cmsghp = CMSG_FIRSTHDR(&msgh);
277 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_client.cc 68 struct cmsghdr* hdr = CMSG_FIRSTHDR(&msg);
  /system/netd/client/
FwmarkClient.cpp 79 cmsghdr* const cmsgh = CMSG_FIRSTHDR(&message);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 148 cmsghp = CMSG_FIRSTHDR(&msgh);
214 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 148 cmsghp = CMSG_FIRSTHDR(&msgh);
214 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/none/tests/
fdleak_cmsg.c 67 cmsg = CMSG_FIRSTHDR(&msg);
130 cmsg = CMSG_FIRSTHDR(&msg);
  /system/core/libcutils/
uevent.c 73 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&hdr);
  /system/core/logd/
LogListener.cpp 74 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&hdr);
  /external/libchrome/base/posix/
unix_domain_socket_linux.cc 67 cmsg = CMSG_FIRSTHDR(&msg);
139 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);
189 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/avahi/avahi-core/
netlink.c 76 cmsg = CMSG_FIRSTHDR(&smsg);
  /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 */
  /external/strace/tests/
inet-cmsg.c 157 for (c = CMSG_FIRSTHDR(&mh); c; c = CMSG_NXTHDR(&mh, c)) {
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)

Completed in 899 milliseconds

1 2 3 4 5