/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 9 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 52 Accept BIOs support BIO_puts() but not BIO_gets(). 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 [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BIO_s_accept.3 | 144 BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept \- accept BIO 175 \&\fBBIO_s_accept()\fR returns the accept \s-1BIO\s0 method. This is a wrapper 176 round the platform's \s-1TCP/IP\s0 socket accept routines. 178 Using accept BIOs, \s-1TCP/IP\s0 connections can be accepted and data 182 Read and write operations on an accept \s-1BIO\s0 will perform I/O 187 Accept BIOs support \fBBIO_puts()\fR but not \fBBIO_gets()\fR. 189 If the close flag is set on an accept \s-1BIO\s0 then any active 193 Calling \fBBIO_reset()\fR on an accept \s-1BIO\s0 will close any active 198 the accept socket. See \fBBIO_s_fd\fR\|(3) 200 \&\fBBIO_set_accept_name()\fR uses the string \fBname\fR to set the accept [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_verify.t | 36 "accept compat trust"); 53 "accept non-critical unknown extension"); 57 "accept critical OCSP No Check"); 62 "accept server purpose"); 66 "accept server trust"); 68 "accept server trust with server purpose"); 70 "accept server trust with client purpose"); 73 "accept wildcard trust"); 75 "accept wildcard trust with server purpose"); 77 "accept wildcard trust with client purpose"); [all …]
|
/freebsd/tools/regression/sockets/accf_data_attach/ |
H A D | accf_data_attach.c | 44 * A number of small tests to confirm that attaching ACCF_DATA accept filters 47 * - That no accept filter is attached on a newly created socket. 48 * - That bind() has no affect on the accept filter state. 49 * - That we can't attach an accept filter to a socket that isn't in the 53 * - That we can attach an accept filter to a socket that is in the listen 55 * - That once an accept filter is attached, we can query to make sure it is 57 * - That once an accept filter is attached, we can remove it and query to 90 * Step 1. After socket(). Should return EINVAL, since no accept in main() 118 * accept filter should be attached. in main() 163 * since we have not installed accept filter yet. in main() [all …]
|
/freebsd/lib/libsys/ |
H A D | accept.2 | 32 .Nm accept , 34 .Nd accept a connection on a socket 41 .Fn accept "int s" "struct sockaddr * restrict addr" "socklen_t * restrict addrlen" 54 .Fn accept 92 .Fn accept 97 .Fn accept 101 to accept more connections. 136 .Fn accept 144 .Fn accept 157 .Fn accept , [all …]
|
H A D | listen.2 | 41 To accept connections, a socket 44 a willingness to accept incoming connections and 49 .Xr accept 2 . 127 .Sh INTERACTION WITH ACCEPT FILTERS 128 When accept filtering is used on a socket, a second queue will 130 met their accept filtering criteria. 134 .Xr accept 2 Ns ed . 137 its accept filter criteria will be terminated. 170 .Xr accept 2 ,
|
/freebsd/crypto/openssh/regress/ |
H A D | envpass.sh | 16 trace "pass env, don't accept" 17 verbose "test $tid: pass env, don't accept" 27 trace "setenv, don't accept" 28 verbose "test $tid: setenv, don't accept" 39 trace "don't pass env, accept" 40 verbose "test $tid: don't pass env, accept" 50 trace "pass single env, accept single env" 51 verbose "test $tid: pass single env, accept single env" 61 trace "pass multiple env, accept multiple env" 62 verbose "test $tid: pass multiple env, accept multiple env" [all …]
|
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | tcp | 17 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/share/man/man9/ |
H A D | accept_filter.9 | 51 Accept filters allow an application to request 53 An accept filter is requested via the 60 A module that wants to be an accept filter 101 Called whenever the user removes the accept filter on the socket. 115 function is used internally to locate which accept filter to use via the 122 for accept filters which do not use the argument field to load 136 The accept filter mechanism was introduced in 146 The accept filter concept was pioneered by
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | empty.output | 1 0 $accept : start $end 6 $accept : . start $end (0) 15 $accept : start . $end (0) 17 $end accept 27 2 257 $accept
|
H A D | pure_error.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept 33 2 257 $accept
|
H A D | rename_debug.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept 33 2 257 $accept
|
H A D | code_error.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept 33 2 257 $accept
|
H A D | err_syntax11.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept 34 3 257 $accept
|
H A D | err_syntax12.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept 34 3 457 $accept
|
H A D | error.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept 33 2 257 $accept
|
H A D | err_syntax10.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept 36 5 257 $accept
|
H A D | err_syntax18.output | 1 0 $accept : expr $end 6 $accept : . expr $end (0) 24 $accept : expr . $end (0) 26 $end accept 51 4 257 $accept
|
H A D | err_syntax20.output | 1 0 $accept : expr $end 6 $accept : . expr $end (0) 22 $accept : expr . $end (0) 24 $end accept 50 5 258 $accept
|
/freebsd/tests/sys/kern/ |
H A D | socket_accf.c | 75 atf_tc_skip("Accept filter %s not loaded in kernel", in accfon() 110 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() [all …]
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | empty.output | 1 0 $accept : start $end 6 $accept : . start $end (0) 15 $accept : start . $end (0) 17 $end accept
|
H A D | rename_debug.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept
|
H A D | error.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept
|
H A D | pure_error.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept
|
H A D | code_error.output | 1 0 $accept : S $end 6 $accept : . S $end (0) 21 $accept : S . $end (0) 23 $end accept
|