HomeSort by relevance Sort by last modified time
    Searched full:sendmmsg (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /bionic/libc/arch-arm64/syscalls/
sendmmsg.S 5 ENTRY(sendmmsg) function
14 END(sendmmsg)
  /bionic/libc/arch-arm/syscalls/
sendmmsg.S 5 ENTRY(sendmmsg) function
14 END(sendmmsg)
  /bionic/libc/arch-mips/syscalls/
sendmmsg.S 5 ENTRY(sendmmsg) function
19 END(sendmmsg)
  /bionic/libc/arch-x86_64/syscalls/
sendmmsg.S 5 ENTRY(sendmmsg) function
16 END(sendmmsg)
  /bionic/libc/arch-mips64/syscalls/
sendmmsg.S 5 ENTRY(sendmmsg) function
25 END(sendmmsg)
  /bionic/libc/arch-x86/syscalls/
sendmmsg.S 5 ENTRY(sendmmsg) function
27 END(sendmmsg)
  /bionic/tests/
sys_socket_test.cpp 218 static bool SendMMsg(int fd) {
230 if (sendmmsg(fd, msgs, NUM_SEND_MSGS, 0) < 0) {
231 GTEST_LOG_(ERROR) << "sendmmsg call failed: " << strerror(errno);
263 RunTest(TestSendMMsg, SendMMsg);
271 ASSERT_EQ(-1, sendmmsg(-1, NULL, 0, 0));
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 742 sendmmsg
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 743 sendmmsg
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 742 sendmmsg
  /external/ltrace/sysdeps/linux-gnu/metag/
syscallent.h 290 "sendmmsg", /* 269 */
  /external/ltrace/sysdeps/linux-gnu/mips/
syscallent.h 365 "sendmmsg", /* 343 */
  /external/ltrace/sysdeps/linux-gnu/ppc/
syscallent.h 371 "sendmmsg", /* 349 */
  /external/ltrace/sysdeps/linux-gnu/x86/
syscallent.h 367 "sendmmsg", /* 345 */
syscallent1.h 329 "sendmmsg", /* 307 */
  /bionic/libc/
SYSCALLS.TXT 245 int sendmmsg(int, struct mmsghdr*, unsigned int, int) arm,arm64,mips,mips64,x86_64
264 int sendmmsg:socketcall:20(int, struct mmsghdr*, unsigned int, int) x86
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib32/
libc.so 
  /development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib32/
libc.so 
  /external/strace/linux/x32/
syscallent.h 308 { 4, TN, printargs, "64:sendmmsg" }, /* 307 */
344 { 4, TN, sys_sendmmsg, "sendmmsg" }, /* 538 */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libc.so 

Completed in 925 milliseconds

1 2 3 4