Searched refs:mmsgcnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_recvmmsg.c74 unsigned int mmsgcnt, n; local
85 mmsgcnt = BUFSIZE / sizeof(DGRAM);
86 mmsghdr = malloc(sizeof(*mmsghdr) * mmsgcnt);
88 iov = malloc(sizeof(*iov) * mmsgcnt);
91 for (off = 0, n = 0; n < mmsgcnt; n++) {
110 mmsgcnt);
113 cnt = recvmmsg(fd[1], mmsghdr, min(mmsgcnt, n),

Completed in 51 milliseconds