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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
14 END(sendmsg)
  /bionic/libc/arch-x86/syscalls/
sendmsg.S 5 .type sendmsg, @function
6 .globl sendmsg
9 sendmsg: label
  /cts/tests/src/android/net/cts/
NetlinkSocket.java 29 private static native int sendmsg(FileDescriptor fd, int pid, byte[] bytes); method in class:NetlinkSocket
46 public int sendmsg(int pid, byte[] bytes) throws IOException { method in class:NetlinkSocket
47 int retval = sendmsg(fd, pid, bytes);
  /bionic/libc/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /cts/tests/jni/
android_net_cts_NetlinkSocket.cpp 56 int retval = sendmsg(sock, &msg, 0);
63 { "sendmsg", "(Ljava/io/FileDescriptor;I[B)I", (void *) android_net_cts_NetlinkSocket_sendmsg },
  /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);
  /gdk/headers/include/sys/
socket.h 77 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);

Completed in 1723 milliseconds

1 2 3 4 5