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

/freebsd-13-stable/tests/sys/audit/
H A Dnetwork.c46 static int sockfd, sockfd2, connectfd; variable
560 ATF_REQUIRE((connectfd = accept(sockfd, NULL, &len)) != -1);
562 /* Audit record must contain connectfd & sockfd */
564 "accept.*0x%x.*return,success,%d", sockfd, connectfd);
568 close_sockets(3, sockfd, sockfd2, connectfd);
617 ATF_REQUIRE((connectfd = accept(sockfd, NULL, &len)) != -1);
630 close_sockets(3, sockfd, sockfd2, connectfd);
679 ATF_REQUIRE((connectfd = accept(sockfd, NULL, &len)) != -1);
683 /* Receive data once connectfd is ready for reading */
685 ATF_REQUIRE((data_bytes = recv(connectfd, dat
[all...]
/freebsd-13-stable/contrib/ipfilter/l4check/
H A Dl4check.c156 void connectfd(l4) function
187 connectfd(l4);
219 connectfd(l4);

Completed in 79 milliseconds