Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/tests/sys/netinet/
H A Dtcp_user_cookie.c57 int sock, accepted, port, cookie; in main() local
91 accepted = accept(sock, NULL, 0); in main()
93 if (accepted < 0) in main()
96 ret = setsockopt(accepted, SOL_SOCKET, SO_USER_COOKIE, in main()
101 ret = read(accepted, &recvbuf, buflen); in main()
106 close(accepted); in main()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk156 . warning The separator \400 is accepted even though it is out of bounds.
158 . warning The separator \400 is accepted even though it is out of bounds.
172 . warning The separator \x100 is accepted even though it is out of bounds.
180 . warning The separator \-300 is accepted even though it is negative.
182 . warning The separator \-300 is accepted even though it is negative.
189 . warning The separator \8 is accepted even though it is not octal.
191 . warning The separator \8 is accepted even though it is not octal.
197 . warning The separator \100L is accepted even though it contains an 'L'.
199 . warning The separator \100L is accepted even though it contains an 'L'.
205 . warning The separator \x40g is accepted even though it contains a 'g'.
[all …]
/freebsd-14.2/contrib/wpa/src/ap/
H A Dieee802_11_auth.c35 int accepted; /* HOSTAPD_ACL_* */ member
95 return entry->accepted; in hostapd_acl_cache_get()
542 cache->accepted = HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius()
544 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius()
582 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
596 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
598 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
604 bool success = cache->accepted == HOSTAPD_ACL_ACCEPT || in hostapd_acl_recv_radius()
605 cache->accepted == HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius()
615 (ieee802_11_set_radius_info(hapd, sta, cache->accepted, in hostapd_acl_recv_radius()
[all …]
/freebsd-14.2/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_s_accept.pod43 Using accept BIOs, TCP/IP connections can be accepted and data
97 BIO_get_accept_ip_family() returns the IP family accepted by the BIO I<b>,
100 BIO_set_accept_ip_family() sets the IP family I<family> accepted by BIO I<b>.
145 If no further connections will be accepted the B<accept> can
159 accepted a connection and retry the call.
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
/freebsd-14.2/lib/libc/rpc/
H A Drpc_prot.c58 static void accepted(enum accept_stat, struct rpc_err *);
228 accepted(enum accept_stat acpt_stat, struct rpc_err *error) in accepted() function
306 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
/freebsd-14.2/sys/rpc/
H A Drpc_prot.c64 static enum clnt_stat accepted(enum accept_stat, struct rpc_err *);
247 accepted(enum accept_stat acpt_stat, struct rpc_err *error) in accepted() function
320 stat = accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td134 // accepted language extensions should use Extension or ExtWarn below instead.
139 // Extensions are warnings about accepted language extensions.
142 // ExtWarns are warnings about accepted language extensions.
/freebsd-14.2/bin/sh/tests/parameters/
H A Dpwd1.01 # Check that bogus PWD values are not accepted from the environment.
H A Dpwd2.01 # Check that PWD is exported and accepted from the environment.
/freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpencod.txt167 # Multiline output with line break in the middle of a b64 block is accepted
172 # Long lines are accepted
/freebsd-14.2/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.yaml32 accepted by the underlying LED devices. This is used to translate a
/freebsd-14.2/usr.sbin/ppp/
H A DREADME.changes94 o Protocol-compressed packets are accepted even if they were denied
113 o The words ``host'' and ``port'' are no longer accepted by the ``set filter''
135 o MSCHAPv2 is now accepted by default. If you don't wish to negotiate
137 o MPPE is enabled and accepted by default (although deflate and predictor1
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-format-options.pod35 Refer to the individual man page to see which options are accepted.
56 Both uppercase and lowercase are accepted.
/freebsd-14.2/contrib/sendmail/cf/feature/
H A Dcheck_other.m440 dnl accept anything that will be accepted by the MTA
/freebsd-14.2/contrib/ee/
H A DChanges21 specified options are no longer accepted (that is, they are treated as file
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dusb.yaml29 List of all the USB PHYs on this HCD to be accepted by the legacy USB
/freebsd-14.2/usr.bin/login/
H A Dlogin.access8 # be accepted or refused.
/freebsd-14.2/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-14.2/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"

1234567