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

1 2 3 4 5 6

  /bionic/libc/arch-mips/syscalls/
sendmsg.S 4 .globl sendmsg
6 .ent sendmsg
8 sendmsg: label
22 .end sendmsg
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
sendmsg.c 10 ssize_t sendmsg(int fd, const struct msghdr* msg, int flags) { function
  /bionic/libc/arch-arm/syscalls/
sendmsg.S 6 ENTRY(sendmsg) function
15 END(sendmsg)
  /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/arch-x86/syscalls/
sendmsg.S 6 ENTRY(sendmsg) function
25 END(sendmsg)
  /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);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);

Completed in 2530 milliseconds

1 2 3 4 5 6