HomeSort by relevance Sort by last modified time
    Searched refs:sendmsg (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /system/core/libcutils/
zygote.c 93 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
125 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
  /system/core/libion/
ion_test.c 142 sendmsg(sd[0], &msg, 0);
148 sendmsg(sd[0], &msg, 0);
192 sendmsg(sd[1], &child_msg, 0);
  /external/kernel-headers/original/linux/
net.h 158 int (*sendmsg) (struct kiocb *iocb, struct socket *sock, member in struct:proto_ops
264 SOCKCALL_WRAP(name, sendmsg, (struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t len), \
287 .sendmsg = __lock_##name##_sendmsg, \
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 136 ns.sendmsg(pid, getDiskAddedMessage(path));
140 ns.sendmsg(pid, getPartitionAddedMessage(path, i));
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_privsep.c 52 if (sendmsg(l2->fd, &msg, 0) < 0) {
53 perror("L2: sendmsg(cmd)");
90 if (sendmsg(l2->fd, &msg, 0) < 0) {
91 perror("L2: sendmsg(packet_send)");
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_privsep.c 46 if (sendmsg(l2->fd, &msg, 0) < 0) {
47 perror("L2: sendmsg(cmd)");
84 if (sendmsg(l2->fd, &msg, 0) < 0) {
85 perror("L2: sendmsg(packet_send)");
  /bionic/libc/unistd/
socketcalls.c 235 int sendmsg (int socket, const struct msghdr *message, unsigned int flags) function
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-unistd.h 180 int sendmsg (int, const struct msghdr *, unsigned int);
195 int sendmsg (int, const struct msghdr *, unsigned int);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 160 int sendmsg (int, const struct msghdr *, unsigned int);
175 int sendmsg (int, const struct msghdr *, unsigned int);
  /external/openssh/
monitor_fdpass.c 84 while ((n = sendmsg(sock, &msg, 0)) == -1 &&
86 debug3("%s: sendmsg(%d): %s", __func__, fd, strerror(errno));
90 error("%s: sendmsg(%d): %s", __func__, fd,
96 error("%s: sendmsg: expected sent 1 got %ld",
  /external/valgrind/main/none/tests/
fdleak_cmsg.c 80 DO( sendmsg(x, &msg, 0) );
  /gdk/headers/include/sys/
linux-unistd.h 160 int sendmsg (int, const struct msghdr *, unsigned int);
175 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 180 int sendmsg (int, const struct msghdr *, unsigned int);
195 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
socket.h 172 extern ssize_t sendmsg (int __fd, __const struct msghdr *__message,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 172 extern ssize_t sendmsg (int __fd, __const struct msghdr *__message,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 172 extern ssize_t sendmsg (int __fd, __const struct msghdr *__message,
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 180 int sendmsg (int, const struct msghdr *, unsigned int);
195 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);

Completed in 661 milliseconds

12 3 4 5