Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod9 BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept - accept BIO
40 BIO_s_accept() returns the accept BIO method. This is a wrapper
41 round the platform's TCP/IP socket accept routines.
43 Using accept BIOs, TCP/IP connections can be accepted and data
47 Read and write operations on an accept BIO will perform I/O
54 If the close flag is set on an accept BIO then any active
58 Calling BIO_reset() on an accept BIO will close any active
63 the accept socket. See L<BIO_s_fd(3)>
65 BIO_set_accept_name() uses the string B<name> to set the accept
75 BIO_set_accept_port() uses the string B<port> to set the accept
[all …]
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dtcp17 tcp:::accept-established, \
18 tcp:::accept-refused, \
25 tcp-accept)
26 : ${PROBE:=tcp:::accept-established, tcp:::accept-refused} ;;
33 : ${PROBE:=tcp:::accept-established, tcp:::connect-established} ;;
36 tcp:::accept-established, \
37 tcp:::accept-refused, \
44 : ${PROBE:=tcp:::accept-refused, tcp:::connect-refused} ;;
47 tcp:::accept-established, \
48 tcp:::accept-refused, \
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dempty.output1 0 $accept : start $end
6 $accept : . start $end (0)
15 $accept : start . $end (0)
17 $end accept
27 2 257 $accept
H A Dpure_error.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
33 2 257 $accept
H A Drename_debug.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
33 2 257 $accept
H A Dcode_error.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
33 2 257 $accept
H A Derr_syntax10.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
36 5 257 $accept
H A Derr_syntax11.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
34 3 257 $accept
H A Derror.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
33 2 257 $accept
H A Derr_syntax12.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
34 3 457 $accept
H A Derr_syntax18.output1 0 $accept : expr $end
6 $accept : . expr $end (0)
24 $accept : expr . $end (0)
26 $end accept
51 4 257 $accept
H A Derr_syntax20.output1 0 $accept : expr $end
6 $accept : . expr $end (0)
22 $accept : expr . $end (0)
24 $end accept
50 5 258 $accept
H A Dinherit0.output1 0 $accept : declaration $end
22 $accept : . declaration $end (0)
60 $accept : declaration . $end (0)
62 $end accept
158 7 262 $accept
H A Dinherit1.output1 0 $accept : declaration $end
22 $accept : . declaration $end (0)
60 $accept : declaration . $end (0)
62 $end accept
158 7 262 $accept
/freebsd/tests/sys/kern/
H A Dsocket_accf.c110 ATF_REQUIRE(accept(l, NULL, 0) == -1); in ATF_TC_BODY()
113 ATF_REQUIRE((a = accept(l, NULL, 0)) > 0); in ATF_TC_BODY()
130 ATF_REQUIRE(accept(l, NULL, 0) == -1); in ATF_TC_BODY()
135 ATF_REQUIRE((a = accept(l, NULL, 0)) > 0); in ATF_TC_BODY()
147 ATF_REQUIRE(accept(l, NULL, 0) == -1); in ATF_TC_BODY()
152 ATF_REQUIRE((a = accept(l, NULL, 0)) > 0); in ATF_TC_BODY()
169 ATF_REQUIRE(accept(l, NULL, 0) == -1); in ATF_TC_BODY()
178 ATF_REQUIRE((a = accept(l, NULL, 0)) > 0); in ATF_TC_BODY()
200 ATF_REQUIRE(accept(l, NULL, 0) == -1); in ATF_TC_BODY()
209 ATF_REQUIRE((a = accept(l, NULL, 0)) > 0); in ATF_TC_BODY()
/freebsd/contrib/byacc/test/yacc/
H A Dempty.output1 0 $accept : start $end
6 $accept : . start $end (0)
15 $accept : start . $end (0)
17 $end accept
H A Drename_debug.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
H A Derror.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
H A Dpure_error.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
H A Dcode_error.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
H A Derr_syntax10.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
H A Derr_syntax11.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
H A Derr_syntax12.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept
H A Derr_syntax20.output1 0 $accept : expr $end
6 $accept : . expr $end (0)
22 $accept : expr . $end (0)
24 $end accept
H A Derr_syntax18.output1 0 $accept : expr $end
6 $accept : . expr $end (0)
24 $accept : expr . $end (0)
26 $end accept

12345678910>>...24