Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/crypto/openssl/test/ssl-tests/
H A Dprotocol_version.pm46 my @protocols = @{$protref};
50 foreach my $i (0..$#protocols) {
62 my @protocols = @{$protref};
66 foreach my $i (0..$#protocols) {
68 && ($protocols[$i] ne "TLSv1.3"
121 my @protocols;
127 @protocols = $dtls ? @dtls_protocols_fips : @tls_protocols_fips;
133 @protocols = $dtls ? @dtls_protocols : @tls_protocols;
156 \@protocols);
229 my @protocols;
[all …]
H A D04-client_auth.cnf.in16 my @protocols;
21 @protocols = (undef, "TLSv1.2", "DTLSv1.2");
24 @protocols = (undef, "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2", "DTLSv1", "DTLSv1.2");
31 foreach (0..$#protocols) {
32 my $protocol = $protocols[$_];
/freebsd/usr.sbin/ppp/
H A Dhdlc.c177 } protocols[] = { variable
285 #define NPROTOCOLS (sizeof protocols/sizeof protocols[0])
293 if (proto >= protocols[f].from && proto <= protocols[f].to) in hdlc_Protocol2Nam()
294 return protocols[f].name; in hdlc_Protocol2Nam()
295 else if (proto < protocols[f].from) in hdlc_Protocol2Nam()
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c169 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scif_remote_device_da_construct() argument
180 remote_device, sas_address, protocols in scif_remote_device_da_construct()
217 if (protocols->u.bits.stp_target) in scif_remote_device_da_construct()
219 else if (protocols->u.bits.smp_target) in scif_remote_device_da_construct()
293 if (smp_response->protocols.u.bits.attached_smp_target) in scif_remote_device_ea_construct()
295 else if (smp_response->protocols.u.bits.attached_stp_target) in scif_remote_device_ea_construct()
459 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scif_remote_device_get_max_queue_depth() local
461 scic_remote_device_get_protocols(fw_device->core_object, &protocols); in scif_remote_device_get_max_queue_depth()
465 if (protocols.u.bits.attached_stp_target) in scif_remote_device_get_max_queue_depth()
H A Dscic_sds_port.c470 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_protocols() argument
479 this_port, protocols in scic_sds_port_get_protocols()
482 protocols->u.all = 0; in scic_sds_port_get_protocols()
488 scic_sds_phy_get_protocols(this_port->phy_table[index], protocols); in scic_sds_port_get_protocols()
510 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_get_attached_sas_address() local
525 scic_sds_phy_get_attached_phy_protocols(phy, &protocols); in scic_sds_port_get_attached_sas_address()
527 if (!protocols.u.bits.stp_target) in scic_sds_port_get_attached_sas_address()
565 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_attached_protocols() argument
574 this_port, protocols in scic_sds_port_get_attached_protocols()
581 scic_sds_phy_get_attached_phy_protocols(phy, protocols); in scic_sds_port_get_attached_protocols()
[all …]
H A Dscif_sas_smp_remote_device.c461 && ( discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
462 || discover_response->protocols.u.bits.attached_stp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
463 || discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
464 || discover_response->protocols.u.bits.attached_sata_device ) ) in scif_sas_smp_remote_device_decode_initial_discover_response()
493 && discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
501 if ( discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
519 if ( discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
520 || discover_response->protocols.u.bits.attached_smp_target) in scif_sas_smp_remote_device_decode_initial_discover_response()
525 else if ( (discover_response->protocols.u.bits.attached_stp_target) in scif_sas_smp_remote_device_decode_initial_discover_response()
526 || (discover_response->protocols.u.bits.attached_sata_device) ) in scif_sas_smp_remote_device_decode_initial_discover_response()
[all …]
H A Dscic_sds_phy.c901 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_phy_get_protocols() argument
909 protocols->u.bits.smp_target = 1; in scic_sds_phy_get_protocols()
912 protocols->u.bits.stp_target = 1; in scic_sds_phy_get_protocols()
915 protocols->u.bits.ssp_target = 1; in scic_sds_phy_get_protocols()
918 protocols->u.bits.smp_initiator = 1; in scic_sds_phy_get_protocols()
921 protocols->u.bits.stp_initiator = 1; in scic_sds_phy_get_protocols()
924 protocols->u.bits.ssp_initiator = 1; in scic_sds_phy_get_protocols()
930 this_phy, protocols->u.all in scic_sds_phy_get_protocols()
949 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_phy_get_attached_phy_protocols() argument
956 this_phy, protocols, protocols->u.all in scic_sds_phy_get_attached_phy_protocols()
[all …]
H A Dscic_sds_remote_node_context.c860 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_tx_suspended_state_resume_handler() local
870 scic_remote_device_get_protocols(this_rnc->device, &protocols); in scic_sds_remote_node_context_tx_suspended_state_resume_handler()
873 (protocols.u.bits.attached_stp_target == 1) in scic_sds_remote_node_context_tx_suspended_state_resume_handler()
1331 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_resuming_state_enter() local
1344 scic_remote_device_get_protocols(rnc->device, &protocols); in scic_sds_remote_node_context_resuming_state_enter()
1347 (protocols.u.bits.attached_stp_target == 1) in scic_sds_remote_node_context_resuming_state_enter()
H A Dscic_sds_phy.h476 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
481 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-sync.c128 int iwl_mvm_time_sync_config(struct iwl_mvm *mvm, const u8 *addr, u32 protocols) in iwl_mvm_time_sync_config() argument
149 if (protocols & ~(IWL_TIME_SYNC_PROTOCOL_TM | in iwl_mvm_time_sync_config()
153 cmd.protocols = cpu_to_le32(protocols); in iwl_mvm_time_sync_config()
164 mvm->time_sync.active = protocols != 0; in iwl_mvm_time_sync_config()
/freebsd/crypto/openssl/test/recipes/
H A D80-test_ssl_old.t447 my @protocols = ();
449 push @protocols, "-tls1_3" unless $no_tls1_3;
450 push @protocols, "-tls1_2" unless $no_tls1_2;
451 push @protocols, "-tls1" unless $no_tls1 || $provider eq "fips";
452 push @protocols, "-ssl3" unless $no_ssl3 || $provider eq "fips";
460 foreach my $protocol (@protocols) {
481 my $testcount = scalar(@protocols) + $protocolciphersuitecount
486 foreach my $protocol (@protocols) {
/freebsd/sbin/dhclient/
H A Ddispatch.c58 static struct protocol *protocols; variable
165 for (l = protocols; l; l = l->next) in dispatch()
205 for (i = 0, l = protocols; l; l = l->next) { in dispatch()
238 for (l = protocols; l; l = l->next) { in dispatch()
471 p->next = protocols; in add_protocol()
472 protocols = p; in add_protocol()
480 for (p = protocols, prev = NULL; p != NULL; prev = p, p = p->next) { in remove_protocol()
483 protocols = p->next; in remove_protocol()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c140 static char **protocols = NULL; variable
357 if (protocols != NULL) { in init_tabs()
359 if (protocols[i] != NULL) { in init_tabs()
360 free(protocols[i]); in init_tabs()
361 protocols[i] = NULL; in init_tabs()
363 free(protocols); in init_tabs()
364 protocols = NULL; in init_tabs()
366 protocols = (char **)malloc(256 * sizeof(*protocols)); in init_tabs()
367 if (protocols != NULL) { in init_tabs()
368 bzero((char *)protocols, 256 * sizeof(*protocols)); in init_tabs()
[all …]
/freebsd/usr.sbin/ypserv/
H A DMakefile.yp110 PROTOCOLS = $(YPSRCDIR)/protocols
142 TARGETS= servers hosts networks protocols rpc services shells group
208 protocols: protocols.bynumber protocols.byname
465 protocols.byname: $(PROTOCOLS)
478 protocols.bynumber: $(PROTOCOLS)
/freebsd/contrib/file/magic/Magdir/
H A Dcommunications7 # It is used for conformance testing of communication protocols.
18 # described in ITU-T Z.120, mainly used for communication protocols.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod53 set the list of protocols available to be negotiated. The B<protos> must be in
56 protocols and no ALPN extension will be sent to the server.
70 SSL_select_next_proto() is a helper function used to select protocols. It
94 server's advertised protocols are provided in B<in> and B<inlen>. The
102 when a TLS server needs a list of supported protocols for Next Protocol
120 this function need not be a member of the list of supported protocols
181 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
H A DSSL_CTX_new.pod128 The supported protocols are SSLv3, TLSv1, TLSv1.1, TLSv1.2 and TLSv1.3.
165 Currently supported protocols are DTLS 1.0 and DTLS 1.2.
188 If you want to limit the supported protocols for the version flexible
194 allow newer protocols like TLS 1.0, TLS 1.1, TLS 1.2 or TLS 1.3.
196 The list of protocols available can also be limited using the
202 protocols they support. When disabling a protocol, make sure that you also
/freebsd/share/man/man5/
H A DMakefile42 protocols.5 \
72 bluetooth.protocols.5
/freebsd/cddl/lib/libdtrace/
H A Dip.d174 #pragma D binding "1.5" protocols
175 inline string protocols[int proto] = variable
281 ipv4_protostr = p == NULL ? "<null>" : protocols[p->ip_p];
297 ipv6_nextstr = p == NULL ? "<null>" : protocols[p->ip6_ctlun.ip6_un1.ip6_un1_nxt];
/freebsd/sys/dev/isci/
H A Disci_domain.c200 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T *protocols) in scif_cb_domain_da_device_added() argument
221 protocols); in scif_cb_domain_da_device_added()
/freebsd/lib/libc/net/
H A Dgetprotoent.c287 NSS_MP_CACHE_HANDLING(protocols);
473 protocols, (void *)nss_lt_all, in getprotoent_r()
502 protocols, (void *)nss_lt_all, in setprotoent()
523 protocols, (void *)nss_lt_all, in endprotoent()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp328 SmallVector<Decl *, 4> protocols; in ParseObjCAtInterfaceDeclaration() local
350 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
368 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()
370 } else if (protocols.empty() && Tok.is(tok::less) && in ParseObjCAtInterfaceDeclaration()
371 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration()
378 Actions.ObjC().ActOnTypedefedProtocols(protocols, protocolLocs, in ParseObjCAtInterfaceDeclaration()
385 SourceRange(typeArgsLAngleLoc, typeArgsRAngleLoc), protocols.data(), in ParseObjCAtInterfaceDeclaration()
386 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration()
1628 SmallVector<Decl *, 8> protocols; in parseObjCProtocolQualifierType() local
1630 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp172 for (const auto *PI : PD->protocols()) in HasUserDeclaredSetterMethod()
279 for (const auto *I : PID->protocols()) in FindPropertyDeclaration()
310 for (const auto *I : OCD->protocols()) in FindPropertyDeclaration()
727 for (const auto *I : ClassDecl->protocols()) in lookupMethod()
1277 for (const auto *P : Category->protocols()) in CollectOverriddenMethodsRecurse()
1295 for (const auto *P : Protocol->protocols()) in CollectOverriddenMethodsRecurse()
1300 for (const auto *P : Interface->protocols()) in CollectOverriddenMethodsRecurse()
1796 for (auto *PI : IDecl->protocols()){ in ClassImplementsProtocol()
1813 for (auto *PI : Cat->protocols()) in ClassImplementsProtocol()
1973 for (const auto *Parent : PD->protocols()) { in getImpliedProtocols()
[all …]
/freebsd/contrib/libfido2/src/
H A Dinfo.c306 return (decode_protocols(val, &ci->protocols)); in parse_reply_element()
439 fido_byte_array_free(&ci->protocols); in fido_cbor_info_reset()
592 return (ci->protocols.ptr); in fido_cbor_info_protocols_ptr()
598 return (ci->protocols.len); in fido_cbor_info_protocols_len()
/freebsd/targets/pseudo/userland/include/
H A DMakefile.depend6 include/protocols \

12345678