Home
last modified time | relevance | path

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

123456789

/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;
229 my @protocols;
344 $protocols) = @_;
345 my @prots = @$protocols;
362 || ($orig_c_max != scalar @$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/sys/contrib/device-tree/Bindings/mailbox/
H A Darm,mhuv2.yaml28 protocols. The transport protocols determine the method of data transmission
31 Following are the possible transport protocols.
83 arm,mhuv2-protocols:
88 be used for various transport protocols.
91 used in various transport protocols. The entries in this property shall be
114 arm,mhuv2-protocols = <0 2>, <1 1>, <1 5>, <1 7>;
117 The above example defines the protocols of an ARM MHUv2 mailbox
164 - arm,mhuv2-protocols
169 # Multiple transport protocols implemented by the mailbox controllers
182 arm,mhuv2-protocols = <1 5>, <1 2>, <1 5>, <1 7>, <0 2>;
[all …]
/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()
510 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_get_attached_sas_address() local
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()
583 protocols->u.all = 0; in scic_sds_port_get_attached_protocols()
1097 if (!protocols.u.bits.stp_target) in scic_sds_port_activate_phy()
1235 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_link_detected() local
[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()
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()
540 &&(discover_response->protocols.u.bits.attached_stp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
563 discover_response->protocols.u.bits.attached_stp_target = 1; in scif_sas_smp_remote_device_decode_initial_discover_response()
844 && ( discover_response->protocols.u.bits.attached_stp_target in scif_sas_smp_remote_device_decode_spinup_hold_release_discover_response()
[all …]
H A Dscic_sds_phy.c909 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()
956 this_phy, protocols, protocols->u.all in scic_sds_phy_get_attached_phy_protocols()
959 protocols->u.all = 0; in scic_sds_phy_get_attached_phy_protocols()
963 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/sbin/dhclient/
H A Ddispatch.c58 static struct protocol *protocols; variable
160 for (l = protocols; l; l = l->next) in dispatch()
200 for (i = 0, l = protocols; l; l = l->next) { in dispatch()
231 for (l = protocols; l; l = l->next) { in dispatch()
457 p->next = protocols; in add_protocol()
458 protocols = p; in add_protocol()
466 for (p = protocols, prev = NULL; p != NULL; prev = p, p = p->next) { in remove_protocol()
469 protocols = p->next; in remove_protocol()
/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/ipf/ipmon/
H A Dipmon.c356 if (protocols != NULL) { in init_tabs()
359 free(protocols[i]); in init_tabs()
360 protocols[i] = NULL; in init_tabs()
362 free(protocols); in init_tabs()
363 protocols = NULL; in init_tabs()
365 protocols = (char **)malloc(256 * sizeof(*protocols)); in init_tabs()
366 if (protocols != NULL) { in init_tabs()
367 bzero((char *)protocols, 256 * sizeof(*protocols)); in init_tabs()
375 if (protocols[0]) in init_tabs()
376 free(protocols[0]); 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/share/man/man5/
H A DMakefile43 protocols.5 \
73 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/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
69 SSL_select_next_proto() is a helper function used to select protocols. It
86 server's advertised protocols are provided in B<in> and B<inlen>. The
93 when a TLS server needs a list of supported protocols for Next Protocol
111 this function need not be a member of the list of supported protocols
171 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
H A DSSL_CTX_new.pod126 The supported protocols are SSLv3, TLSv1, TLSv1.1, TLSv1.2 and TLSv1.3.
163 Currently supported protocols are DTLS 1.0 and DTLS 1.2.
186 If you want to limit the supported protocols for the version flexible
192 allow newer protocols like TLS 1.0, TLS 1.1, TLS 1.2 or TLS 1.3.
194 The list of protocols available can also be limited using the
200 protocols they support. When disabling a protocol, make sure that you also
/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/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp326 SmallVector<Decl *, 4> protocols; in ParseObjCAtInterfaceDeclaration() local
347 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
1622 SmallVector<Decl *, 8> protocols; in parseObjCProtocolQualifierType() local
1651 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsOrProtocolQualifiers() argument
1831 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsAndProtocolQualifiers() argument
1843 protocols, in parseObjCTypeArgsAndProtocolQualifiers()
1861 if (!protocols.empty()) { in parseObjCTypeArgsAndProtocolQualifiers()
1888 SmallVector<Decl *, 4> protocols; in parseObjCTypeArgsAndProtocolQualifiers() local
1915 protocols, in parseObjCTypeArgsAndProtocolQualifiers()
2236 SmallVector<Decl *, 4> protocols; in ParseObjCAtImplementationDeclaration() local
[all …]
/freebsd/targets/pseudo/userland/include/
H A DMakefile.depend7 include/protocols \
/freebsd/usr.bin/ruptime/
H A DMakefile.depend5 include/protocols \
/freebsd/include/protocols/
H A DMakefile3 INCSDIR=${INCLUDEDIR}/protocols

123456789