Home
last modified time | relevance | path

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

1234567

/trueos/contrib/wpa/src/ap/
HDieee802_11_auth.c34 int accepted; /* HOSTAPD_ACL_* */ member
117 if (entry->accepted == HOSTAPD_ACL_ACCEPT_TIMEOUT) in hostapd_acl_cache_get()
138 return entry->accepted; in hostapd_acl_cache_get()
527 cache->accepted = HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius()
529 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius()
563 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
565 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
570 hostapd_drv_set_radius_acl_auth(hapd, query->addr, cache->accepted, in hostapd_acl_recv_radius()
HDap_drv_ops.h181 const u8 *mac, int accepted, in hostapd_drv_set_radius_acl_auth() argument
186 return hapd->driver->set_radius_acl_auth(hapd->drv_priv, mac, accepted, in hostapd_drv_set_radius_acl_auth()
/trueos/lib/libc/rpc/
HDrpc_prot.c59 static void accepted(enum accept_stat, struct rpc_err *);
241 accepted(acpt_stat, error) in accepted() function
325 accepted(msg->acpted_rply.ar_stat, error);
/trueos/sys/rpc/
HDrpc_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()
/trueos/bin/sh/tests/parameters/
HDpwd1.02 # Check that bogus PWD values are not accepted from the environment.
HDpwd2.02 # Check that PWD is exported and accepted from the environment.
/trueos/sys/contrib/ngatm/netnatm/api/
HDcc_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()
/trueos/usr.sbin/ppp/
HDREADME.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
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDconnections_example.txt22 print out details of the server that accepted the connection.
/trueos/contrib/binutils/gas/doc/
HDc-mips.texi47 implicitly with the @code{gp} register. It is only accepted for targets
288 This option is ignored. It is accepted for command-line compatibility with
438 These options and directives are always accepted, but at present,
526 instructions from being accepted.
535 being accepted.
543 instructions from being accepted.
551 Release 1 instructions from being accepted.
560 being accepted.
568 instructions from being accepted.
/trueos/crypto/openssl/doc/ssl/
HDSSL_get_default_timeout.pod21 after which it will not be accepted for session reuse. If the timeout
/trueos/crypto/openssl/doc/crypto/
HDBIO_s_accept.pod37 Using accept BIOs, TCP/IP connections can be accepted and data
124 If no further connections will be accepted the B<accept> can
138 accepted a connection and retry the call.
HDRSA_sign.pod48 Certain signatures with an improper algorithm identifier are accepted
HDX509_STORE_CTX_set_verify_cb.pod44 accepted.
/trueos/contrib/ee/
HDChanges21 specified options are no longer accepted (that is, they are treated as file
/trueos/contrib/ofed/management/opensm/doc/
HDopensm-coding-style.txt30 * Coding style improvement patches are desired and accepted, but please
HDpartition-config.txt63 should start from 0x, decimal numbers are accepted too.
/trueos/contrib/wpa/hostapd/
HDREADME160 Unauthorized state and only IEEE 802.1X frames are accepted at this
164 station are accepted.
338 # Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both). The
342 # Set of accepted cipher suites (encryption algorithms) for pairwise keys
366 # accepted (e.g., 'eth0' or 'eth0 wlan0wds0'. This list should include all
/trueos/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"
/trueos/etc/
HDlogin.access9 # be accepted or refused.
/trueos/contrib/ofed/libmlx4/fixes/
HDlim_qp_resources.patch1 Limit qp resources accepted for ibv_create_qp()
/trueos/tools/regression/sockets/unix_cmsg/
HDREADME73 3: Receiving sockcred (accepted socket)
76 LOCAL_CREDS socket option for just accepted socket. Client sends N
/trueos/contrib/llvm/tools/clang/include/clang/Driver/
HDCC1AsOptions.td10 // This file defines the options accepted by clang -cc1as.
/trueos/crypto/openssh/
HDsshd.0384 principals for the certificate to be accepted. This option is
420 on the line is revoked and must not ever be accepted. Only one marker
428 accepted (by that line) even if it matched another pattern on the line.
444 When performing host authentication, authentication is accepted if any
454 at the beginning of the key line, and are never accepted for
462 authentication is accepted if valid information can be found from either
483 # A CA key, accepted for any host in *.mydomain.com or *.mydomain.org
/trueos/crypto/openssl/doc/apps/
HDpkey.pod69 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.

1234567