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

1 2 3 4 5 6 7 8

  /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);
  /system/core/debuggerd/
util.cpp 38 auto cmsg = CMSG_FIRSTHDR(&msg);
58 auto cmsg = CMSG_FIRSTHDR(&msg);
  /device/google/marlin/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) &&
  /external/ltp/utils/sctp/lib/
sendmsg.c 53 cmsg = CMSG_FIRSTHDR(&outmsg);
96 cmsg = CMSG_FIRSTHDR(&outmsg);
recvmsg.c 89 for (cmsg = CMSG_FIRSTHDR(&inmsg); cmsg != NULL;
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_client.cc 68 struct cmsghdr* hdr = CMSG_FIRSTHDR(&msg);
  /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) &&
  /external/openssh/
monitor_fdpass.c 76 cmsg = CMSG_FIRSTHDR(&msg);
169 cmsg = CMSG_FIRSTHDR(&msg);
  /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/netd/client/
FwmarkClient.cpp 98 cmsghdr* const cmsgh = CMSG_FIRSTHDR(&message);
  /external/libmojo/mojo/edk/embedder/
platform_channel_utils_posix.cc 104 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg);
131 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg);
179 for (cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); cmsg;
  /system/core/logd/
LogListener.cpp 65 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)) {
  /external/ltp/utils/sctp/func_tests/
test_assoc_abort.c 125 cmsg = CMSG_FIRSTHDR(&outmessage);
188 cmsg = CMSG_FIRSTHDR(&outmessage);
test_assoc_shutdown.c 125 cmsg = CMSG_FIRSTHDR(&outmessage);
189 cmsg = CMSG_FIRSTHDR(&outmessage);
test_inaddr_any.c 157 cmsg = CMSG_FIRSTHDR(&outmessage);
205 cmsg = CMSG_FIRSTHDR(&outmessage);
test_1_to_1_events.c 117 cmsg = CMSG_FIRSTHDR(&outmessage);
test_1_to_1_threads.c 106 cmsg = CMSG_FIRSTHDR(&outmessage);
  /system/core/libion/
ion_test.c 149 cmsg = CMSG_FIRSTHDR(&msg);
189 cmsg = CMSG_FIRSTHDR(&child_msg);
  /development/ndk/platforms/android-9/include/linux/
socket.h 73 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
  /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 156 for (c = CMSG_FIRSTHDR(&mh); c; c = CMSG_NXTHDR(&mh, c)) {

Completed in 419 milliseconds

1 2 3 4 5 6 7 8