Home
last modified time | relevance | path

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

1234567

/freebsd-14-stable/tests/sys/netinet/
HDtcp_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-stable/contrib/bmake/unit-tests/
HDvarmod-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.
174 . 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'.
[all …]
/freebsd-14-stable/contrib/wpa/src/ap/
HDieee802_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-stable/crypto/openssl/doc/man3/
HDSSL_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
HDBIO_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.
HDBIO_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
HDSSL_get_default_timeout.pod21 after which it will not be accepted for session reuse. If the timeout
HDSSL_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
HDSSL_SESSION_get0_hostname.pod27 client when the session was created if it was accepted by the server and TLSv1.2
/freebsd-14-stable/lib/libc/rpc/
HDrpc_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-stable/sys/rpc/
HDrpc_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-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.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-stable/crypto/openssl/test/recipes/30-test_evp_data/
HDevpencod.txt167 # Multiline output with line break in the middle of a b64 block is accepted
172 # Long lines are accepted
/freebsd-14-stable/sys/contrib/device-tree/Bindings/leds/backlight/
HDled-backlight.txt13 in the range accepted by the underlying LED devices.
/freebsd-14-stable/usr.sbin/ppp/
HDREADME.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-stable/crypto/openssl/doc/man1/
HDopenssl-format-options.pod35 Refer to the individual man page to see which options are accepted.
56 Both uppercase and lowercase are accepted.
/freebsd-14-stable/contrib/ee/
HDChanges21 specified options are no longer accepted (that is, they are treated as file
/freebsd-14-stable/contrib/sendmail/cf/feature/
HDcheck_other.m440 dnl accept anything that will be accepted by the MTA
/freebsd-14-stable/sys/contrib/device-tree/Bindings/net/
HDmarvell-neta-bm.txt17 - pool<0 : 3>,pkt-size: maximum size of a packet accepted by a given buffer
/freebsd-14-stable/usr.bin/login/
HDlogin.access8 # be accepted or refused.
/freebsd-14-stable/contrib/wpa/hostapd/
HDREADME153 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-stable/crypto/heimdal/lib/krb5/
HDkrb5_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-14-stable/contrib/file/magic/Magdir/
HDmisctools56 # GRR: without VERSION keyword violates specification but accepted by Thunderbird like
64 …riageReturn (0xD) and LineFeed (0xA) should be used as separator but others accepted by Thunderbird
/freebsd-14-stable/contrib/libpcap/doc/
HDREADME.linux32 ps_recv Number of packets that were accepted by the pcap filter
/freebsd-14-stable/tools/regression/sockets/unix_cmsg/
HDREADME72 3: Receiving sockcred (accepted socket)
75 LOCAL_CREDS socket option for just accepted socket. Client sends N

1234567