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

1 2 3 4 5 6 7 8

  /external/valgrind/memcheck/tests/
sendmsg.stderr.exp 1 Syscall param sendmsg(msg) points to uninitialised byte(s)
2 at 0x........: sendmsg (in /...libc...)
3 by 0x........: main (sendmsg.c:46)
5 in frame #1, created by main (sendmsg.c:13)
7 sendmsg: 6
sendmsg.c 46 size_t s = sendmsg (fd, &msg, 0);
49 // The msg_flags field is ignored by sendmsg.
65 s = sendmsg (fd, &msg, 0);
68 perror ("sendmsg ()");
72 fprintf (stderr, "sendmsg: %d\n", (int) s);
  /bionic/libc/arch-arm/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
16 END(sendmsg)
  /bionic/libc/arch-arm64/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
14 END(sendmsg)
  /bionic/libc/arch-mips/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
19 END(sendmsg)
  /bionic/libc/arch-x86_64/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
15 END(sendmsg)
  /bionic/libc/arch-mips64/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
25 END(sendmsg)
  /bionic/libc/arch-x86/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
35 END(sendmsg)
  /system/connectivity/shill/shims/
nfqueue-seccomp-amd64.policy 19 sendmsg: 1
nfqueue-seccomp-mips.policy 54 sendmsg: 1
nfqueue-seccomp-arm.policy 18 sendmsg: 1
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 36 sendmsg: 1
  /system/tpm/tpm_manager/server/
tpm_manager-seccomp-amd64.policy 37 sendmsg: 1
  /external/strace/tests/
scm_rights-fd.test 62 ${prefix}sendmsg\\(1<socket:\\[[0-9]+\\]>, $msg, \\[$rights\\], msg_flags=0\\}, 0\\) += $n
  /development/ndk/platforms/android-3/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);

Completed in 904 milliseconds

1 2 3 4 5 6 7 8