CMSG_DATA 41 base/posix/unix_domain_socket_linux.cc memcpy(CMSG_DATA(cmsg), &fds[0], sizeof(int) * fds.size()); CMSG_DATA 95 base/posix/unix_domain_socket_linux.cc wire_fds = reinterpret_cast<int*>(CMSG_DATA(cmsg)); CMSG_DATA 822 components/breakpad/app/breakpad_linux.cc ((int*) CMSG_DATA(hdr))[0] = fds[0]; CMSG_DATA 823 components/breakpad/app/breakpad_linux.cc ((int*) CMSG_DATA(hdr))[1] = fds[1]; CMSG_DATA 230 components/breakpad/browser/crash_handler_host_linux.cc (((uint8_t*)CMSG_DATA(hdr)) - (uint8_t*)hdr); CMSG_DATA 239 components/breakpad/browser/crash_handler_host_linux.cc close(reinterpret_cast<int*>(CMSG_DATA(hdr))[i]); CMSG_DATA 242 components/breakpad/browser/crash_handler_host_linux.cc partner_fd = reinterpret_cast<int*>(CMSG_DATA(hdr))[0]; CMSG_DATA 243 components/breakpad/browser/crash_handler_host_linux.cc signal_fd = reinterpret_cast<int*>(CMSG_DATA(hdr))[1]; CMSG_DATA 247 components/breakpad/browser/crash_handler_host_linux.cc reinterpret_cast<struct ucred*>(CMSG_DATA(hdr)); CMSG_DATA 674 content/browser/renderer_host/render_sandbox_host_linux.cc memcpy(CMSG_DATA(cmsg), &reply_fd, sizeof(reply_fd)); CMSG_DATA 436 ipc/ipc_channel_posix.cc reinterpret_cast<int*>(CMSG_DATA(cmsg))); CMSG_DATA 924 ipc/ipc_channel_posix.cc const int* file_descriptors = reinterpret_cast<int*>(CMSG_DATA(cmsg)); CMSG_DATA 34 net/tools/quic/quic_socket_utils.cc in6_pktinfo* info = reinterpret_cast<in6_pktinfo*>CMSG_DATA(cmsg); CMSG_DATA 39 net/tools/quic/quic_socket_utils.cc in_pktinfo* info = reinterpret_cast<in_pktinfo*>CMSG_DATA(cmsg); CMSG_DATA 62 net/tools/quic/quic_socket_utils.cc *dropped_packets = *(reinterpret_cast<int*>CMSG_DATA(cmsg)); CMSG_DATA 176 net/tools/quic/quic_socket_utils.cc in_pktinfo* pktinfo = reinterpret_cast<in_pktinfo*>(CMSG_DATA(cmsg)); CMSG_DATA 189 net/tools/quic/quic_socket_utils.cc in6_pktinfo* pktinfo = reinterpret_cast<in6_pktinfo*>(CMSG_DATA(cmsg)); CMSG_DATA 79 sandbox/linux/seccomp-bpf/demo.cc (reinterpret_cast<int *>(CMSG_DATA(cmsg)))[i] = fd; CMSG_DATA 139 sandbox/linux/seccomp-bpf/demo.cc *fd = (reinterpret_cast<int *>(CMSG_DATA(cmsg)))[i];