Lines Matching refs:send
86 ATF_REQUIRE(send(fd, buf, len, 0) == len); in fill()
117 ATF_REQUIRE(send(fd[0], buf, maxdgram + 1, 0) == -1); in ATF_TC_BODY()
121 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == (ssize_t)maxdgram); in ATF_TC_BODY()
135 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == (ssize_t)maxdgram); in ATF_TC_BODY()
159 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == -1); in ATF_TC_BODY()
167 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == -1); in ATF_TC_BODY()
172 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == -1); in ATF_TC_BODY()
204 ATF_REQUIRE(send(one, buf, 42, 0) == 42); in ATF_TC_BODY()
231 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
239 ATF_REQUIRE(send(many[0], flooder, BUFSIZE, 0) == -1); in ATF_TC_BODY()
241 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
250 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
268 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
274 ATF_REQUIRE(send(many[2], buf, 42, 0) == 42); in ATF_TC_BODY()
275 ATF_REQUIRE(send(many[2], buf, 42, 0) == 42); in ATF_TC_BODY()