HomeSort by relevance Sort by last modified time
    Searched defs:sendmsg (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/syscalls/
sendmsg.S 5 .type sendmsg, #function
6 .globl sendmsg
10 sendmsg: label
  /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/unistd/
socketcalls.c 235 int sendmsg (int socket, const struct msghdr *message, unsigned int flags) function
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 90 ns.sendmsg(pid, getDiskAddedMessage(path));
94 ns.sendmsg(pid, getPartitionAddedMessage(path, i));
  /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, \

Completed in 250 milliseconds