| /freebsd-14.2/crypto/openssl/test/ssl-tests/ |
| H A D | protocol_version.pm | 46 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 D | 04-client_auth.cnf.in | 16 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-14.2/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | arm,mhuv2.yaml | 28 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-14.2/usr.sbin/ppp/ |
| H A D | hdlc.c | 177 } 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-14.2/sys/dev/isci/scil/ |
| H A D | scif_sas_remote_device.c | 169 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 D | scic_sds_port.c | 470 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 D | scif_sas_smp_remote_device.c | 461 && ( 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 D | scic_sds_phy.c | 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() 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 D | scic_sds_remote_node_context.c | 860 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 D | scic_sds_phy.h | 476 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols 481 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-sync.c | 128 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-14.2/crypto/openssl/test/recipes/ |
| H A D | 80-test_ssl_old.t | 447 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-14.2/sbin/dhclient/ |
| H A D | dispatch.c | 58 static struct protocol *protocols; variable 166 for (l = protocols; l; l = l->next) in dispatch() 206 for (i = 0, l = protocols; l; l = l->next) { in dispatch() 239 for (l = protocols; l; l = l->next) { in dispatch() 472 p->next = protocols; in add_protocol() 473 protocols = p; in add_protocol() 481 for (p = protocols, prev = NULL; p != NULL; prev = p, p = p->next) { in remove_protocol() 484 protocols = p->next; in remove_protocol()
|
| /freebsd-14.2/sbin/ipf/ipmon/ |
| H A D | ipmon.c | 360 if (protocols != NULL) { in init_tabs() 363 free(protocols[i]); in init_tabs() 364 protocols[i] = NULL; in init_tabs() 366 free(protocols); in init_tabs() 367 protocols = NULL; in init_tabs() 369 protocols = (char **)malloc(256 * sizeof(*protocols)); in init_tabs() 370 if (protocols != NULL) { in init_tabs() 371 bzero((char *)protocols, 256 * sizeof(*protocols)); in init_tabs() 379 if (protocols[0]) in init_tabs() 380 free(protocols[0]); in init_tabs() [all …]
|
| /freebsd-14.2/usr.sbin/ypserv/ |
| H A D | Makefile.yp | 110 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-14.2/contrib/file/magic/Magdir/ |
| H A D | communications | 7 # It is used for conformance testing of communication protocols. 18 # described in ITU-T Z.120, mainly used for communication protocols.
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_alpn_select_cb.pod | 53 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 D | SSL_CTX_new.pod | 128 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-14.2/cddl/lib/libdtrace/ |
| H A D | ip.d | 174 #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-14.2/share/man/man5/ |
| H A D | Makefile | 56 protocols.5 \ 96 bluetooth.protocols.5
|
| /freebsd-14.2/sys/dev/isci/ |
| H A D | isci_domain.c | 200 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-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 326 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-14.2/targets/pseudo/userland/include/ |
| H A D | Makefile.depend | 7 include/protocols \
|
| /freebsd-14.2/usr.bin/ruptime/ |
| H A D | Makefile.depend | 5 include/protocols \
|
| /freebsd-14.2/sbin/restore/ |
| H A D | Makefile.depend | 5 include/protocols \
|