• Home
  • Raw
  • Download

Lines Matching refs:mmsg

18003 	* tests/mmsg-silent.test: Ditto.
18004 * tests/mmsg.test: Ditto.
27214 * tests/mmsg-silent.c: New file.
27215 * tests/mmsg-silent.test: New test.
27216 * tests/.gitignore: Add mmsg-silent.
27218 (DECODER_TESTS): Add mmsg-silent.test.
27285 * tests/mmsg.c (main): Update expected output.
27294 * tests/mmsg.c Do not check for __NR_sendmmsg, __NR_recvmmsg,
27406 * tests/mmsg.c (main): Likewise.
27752 * tests/mmsg.c (main): Update expected output.
27778 * tests/mmsg.c (main): Update expected output.
27784 * tests/mmsg.c: Include "msghdr.h". Remove fallback definition
27793 * tests/mmsg.c (main): Likewise.
31741 * tests/mmsg.test: Likewise.
32967 * tests/mmsg.c (main): Update.
33000 * tests/mmsg.c (LENGTH_OF): Remove.
33011 * tests/mmsg.c: Use tprintf.
33084 mmsg.test: fix regression introduced by commit v4.11-138-g6e815ce.
33089 * tests/mmsg.c (LENGTH_OF): New macro.
33093 * tests/mmsg.test: Update.
33094 * tests/mmsg.expected: Remove.
33095 * tests/Makefile.am (EXTRA_DIST): Remove mmsg.expected.
33167 * tests/mmsg.c (main): Remove second const specifier from one[], two[],
33175 tests/mmsg.c: fix build on rhel6/ppc.
33180 * tests/mmsg.c: Check for __NR_recvmmsg || HAVE_RECVMMSG.
33295 mmsg.test: check memory access by sendmmsg and recvmmsg decoders.
33298 * tests/mmsg.c (main): Place all objects passed to sendmmsg and recvmmsg
33301 mmsg.test: check decoding of flags passed to sendmmsg and recvmmsg.
33302 * tests/mmsg.c (main): Pass MSG_DONTROUTE|MSG_NOSIGNAL to sendmmsg.
33304 * tests/mmsg.expected: Update.
33308 mmsg.test: prefer direct sendmmsg/recvmmsg syscalls to libc wrappers.
33309 * tests/mmsg.c: Include <sys/syscall.h>.
33529 tests/mmsg.c: use libtests.
33530 * tests/mmsg.c: Use SKIP_MAIN_UNDEFINED.
40944 * tests/mmsg.c: #include <errno.h>
42461 * tests/mmsg.c: New file.
42462 * tests/mmsg.expected: New file.
42463 * tests/mmsg.test: New test.
42464 * tests/.gitignore: Add mmsg.
42465 * tests/Makefile.am (CHECK_PROGRAMS): Add mmsg.
42466 (TESTS): Add mmsg.test.
42467 (EXTRA_DIST): Add mmsg.expected.
42508 {send,recv}msg and {send,recv}mmsg to decode parameters.