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

1 2 3

  /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-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)
  /bionic/libc/arch-x86_64/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
15 END(sendmsg)
  /external/adhd/cras/src/tests/
cras_client_unittest.cc 323 ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags) { function
  /external/ltp/testcases/network/stress/ns-tools/
ns-tcpserver.c 293 char *sendmsg; /* pointer to the message to send */ local
316 sendmsg = malloc(sndbuf_size);
317 if (sendmsg == NULL) {
333 sntbyte_size = send(sock_fd, sendmsg, sndbuf_size, 0);
361 free(sendmsg);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_386.go 318 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
syscall_linux_s390x.go 249 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_dragonfly_amd64.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_freebsd_386.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_freebsd_amd64.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_freebsd_arm.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_netbsd_386.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_netbsd_amd64.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_netbsd_arm.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_openbsd_386.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_openbsd_amd64.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_openbsd_arm.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_386.go 318 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
syscall_linux_s390x.go 249 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_dragonfly_amd64.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
zsyscall_freebsd_386.go 190 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
  /external/python/cpython3/Lib/
ssl.py 949 def sendmsg(self, *args, **kwargs): member in class:SSLSocket
    [all...]

Completed in 463 milliseconds

1 2 3