Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd-13.1/tests/sys/netinet/
H A Dtcp_user_cookie.c59 int sock, accepted, port, cookie; in main() local
93 accepted = accept(sock, NULL, 0); in main()
95 if (accepted < 0) in main()
98 ret = setsockopt(accepted, SOL_SOCKET, SO_USER_COOKIE, in main()
103 ret = read(accepted, &recvbuf, buflen); in main()
108 close(accepted); in main()
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk154 . warning The separator \400 is accepted even though it is out of bounds.
156 . warning The separator \400 is accepted even though it is out of bounds.
168 . warning The separator \x100 is accepted even though it is out of bounds.
175 . warning The separator \-300 is accepted even though it is negative.
177 . warning The separator \-300 is accepted even though it is negative.
183 . warning The separator \8 is accepted even though it is not octal.
185 . warning The separator \8 is accepted even though it is not octal.
190 . warning The separator \100L is accepted even though it contains an 'L'.
192 . warning The separator \100L is accepted even though it contains an 'L'.
197 . warning The separator \x40g is accepted even though it contains a 'g'.
[all …]
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11_auth.c33 int accepted; /* HOSTAPD_ACL_* */ member
88 return entry->accepted; in hostapd_acl_cache_get()
501 cache->accepted = HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius()
503 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius()
540 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
554 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
556 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
561 hostapd_drv_set_radius_acl_auth(hapd, query->addr, cache->accepted, in hostapd_acl_recv_radius()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_servername_callback.pod41 accepted. Typically a server will call SSL_set_SSL_CTX() in the callback to set
46 In this case the servername requested by the client is not accepted and the
53 If this value is returned then the servername is not accepted by the server.
62 This return value indicates that the servername is not accepted by the server.
83 session from the original handshake had a servername accepted by the server then
91 If the session from the original handshake had a servername accepted by the
110 If a servername was accepted by the server in the original handshake then it
159 handshake, the server accepted it, and then the client successfully resumed but
H A DBIO_connect.pod44 on the accepted socket. The flags are described in L</FLAGS> below.
93 BIO_accept_ex() returns the accepted socket on success or
H A DSSL_get_default_timeout.pod21 after which it will not be accepted for session reuse. If the timeout
H A DSSL_read_early_data.pod121 connection has been completed you can determine whether the server accepted or
123 SSL_EARLY_DATA_ACCEPTED if the data was accepted, SSL_EARLY_DATA_REJECTED if it
218 The recv_max_early_data value also has an impact on early data that is accepted.
219 The amount of data that is accepted will always be the lower of the
231 is accepted or not, for example to mitigate replay risks (see L</REPLAY PROTECTION>
348 accepted by the server, SSL_EARLY_DATA_REJECTED if early data was rejected by
H A DBIO_s_accept.pod43 Using accept BIOs, TCP/IP connections can be accepted and data
137 If no further connections will be accepted the B<accept> can
151 accepted a connection and retry the call.
H A DSSL_SESSION_get0_hostname.pod27 client when the session was created if it was accepted by the server and TLSv1.2
/freebsd-13.1/lib/libc/rpc/
H A Drpc_prot.c61 static void accepted(enum accept_stat, struct rpc_err *);
231 accepted(enum accept_stat acpt_stat, struct rpc_err *error) in accepted() function
309 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
/freebsd-13.1/sys/rpc/
H A Drpc_prot.c66 static enum clnt_stat accepted(enum accept_stat, struct rpc_err *);
249 accepted(enum accept_stat acpt_stat, struct rpc_err *error) in accepted() function
322 stat = accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td125 // accepted language extensions should use Extension or ExtWarn below instead.
130 // Extensions are warnings about accepted language extensions.
133 // ExtWarns are warnings about accepted language extensions.
/freebsd-13.1/bin/sh/tests/parameters/
H A Dpwd1.02 # Check that bogus PWD values are not accepted from the environment.
H A Dpwd2.02 # Check that PWD is exported and accepted from the environment.
/freebsd-13.1/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c143 if (user->accepted != NULL) { in cc_user_reset()
144 user->accepted->acceptor = NULL; in cc_user_reset()
145 user->accepted = NULL; in cc_user_reset()
291 if (user->accepted != NULL && in cc_query_check()
292 user->accepted->state == CONN_IN_WAIT_ACCEPT_OK) in cc_query_check()
293 return (user->accepted); in cc_query_check()
1382 if (newep->state != USER_NULL || newep->accepted != NULL) { in cc_user_sig_handle()
1821 if (user->accepted != NULL) in cc_user_sig_handle()
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dled-backlight.txt13 in the range accepted by the underlying LED devices.
H A Dled-backlight.yaml30 accepted by the underlying LED devices. This is used to translate a
/freebsd-13.1/usr.sbin/ppp/
H A DREADME.changes96 o Protocol-compressed packets are accepted even if they were denied
115 o The words ``host'' and ``port'' are no longer accepted by the ``set filter''
137 o MSCHAPv2 is now accepted by default. If you don't wish to negotiate
139 o MPPE is enabled and accepted by default (although deflate and predictor1
/freebsd-13.1/contrib/ee/
H A DChanges21 specified options are no longer accepted (that is, they are treated as file
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-neta-bm.txt17 - pool<0 : 3>,pkt-size: maximum size of a packet accepted by a given buffer
/freebsd-13.1/usr.bin/login/
H A Dlogin.access9 # be accepted or refused.
/freebsd-13.1/contrib/wpa/hostapd/
H A DREADME153 Unauthorized state and only IEEE 802.1X frames are accepted at this
157 station are accepted.
320 # Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both). The
324 # Set of accepted cipher suites (encryption algorithms) for pairwise keys
348 # accepted (e.g., 'eth0' or 'eth0 wlan0wds0'. This list should include all
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et79 error_code DH_KEY_PARAMETERS_NOT_ACCEPTED, "DH parameters not accepted"
98 error_code DIGEST_IN_CERT_NOT_ACCEPTED, "Digest in certificate not accepted"
100 error_code DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED, "Digest in signedData not accepted"
/freebsd-13.1/contrib/libpcap/doc/
H A DREADME.linux.md99 ps_recv Number of packets that were accepted by the pcap filter
104 ps_recv Number of packets that were accepted by the pcap filter
/freebsd-13.1/tools/regression/sockets/unix_cmsg/
H A DREADME73 3: Receiving sockcred (accepted socket)
76 LOCAL_CREDS socket option for just accepted socket. Client sends N

123456