Home
last modified time | relevance | path

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

12345678

/freebsd-13.1/usr.sbin/ppp/
H A Dhdlc.c179 } protocols[] = { variable
287 #define NPROTOCOLS (sizeof protocols/sizeof protocols[0])
295 if (proto >= protocols[f].from && proto <= protocols[f].to) in hdlc_Protocol2Nam()
296 return protocols[f].name; in hdlc_Protocol2Nam()
297 else if (proto < protocols[f].from) in hdlc_Protocol2Nam()
/freebsd-13.1/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c171 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scif_remote_device_da_construct() argument
182 remote_device, sas_address, protocols in scif_remote_device_da_construct()
219 if (protocols->u.bits.stp_target) in scif_remote_device_da_construct()
221 else if (protocols->u.bits.smp_target) in scif_remote_device_da_construct()
295 if (smp_response->protocols.u.bits.attached_smp_target) in scif_remote_device_ea_construct()
297 else if (smp_response->protocols.u.bits.attached_stp_target) in scif_remote_device_ea_construct()
461 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scif_remote_device_get_max_queue_depth() local
463 scic_remote_device_get_protocols(fw_device->core_object, &protocols); in scif_remote_device_get_max_queue_depth()
467 if (protocols.u.bits.attached_stp_target) in scif_remote_device_get_max_queue_depth()
H A Dscic_sds_port.c472 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_protocols() argument
481 this_port, protocols in scic_sds_port_get_protocols()
484 protocols->u.all = 0; in scic_sds_port_get_protocols()
512 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_get_attached_sas_address() local
529 if (!protocols.u.bits.stp_target) in scic_sds_port_get_attached_sas_address()
567 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_attached_protocols() argument
576 this_port, protocols in scic_sds_port_get_attached_protocols()
585 protocols->u.all = 0; in scic_sds_port_get_attached_protocols()
1099 if (!protocols.u.bits.stp_target) in scic_sds_port_activate_phy()
1237 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_link_detected() local
[all …]
H A Dscif_sas_smp_remote_device.c463 && ( discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
464 || discover_response->protocols.u.bits.attached_stp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
465 || discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
495 && discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
503 if ( discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
521 if ( discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
522 || discover_response->protocols.u.bits.attached_smp_target) in scif_sas_smp_remote_device_decode_initial_discover_response()
542 &&(discover_response->protocols.u.bits.attached_stp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
565 discover_response->protocols.u.bits.attached_stp_target = 1; in scif_sas_smp_remote_device_decode_initial_discover_response()
846 && ( 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.c911 protocols->u.bits.smp_target = 1; in scic_sds_phy_get_protocols()
914 protocols->u.bits.stp_target = 1; in scic_sds_phy_get_protocols()
917 protocols->u.bits.ssp_target = 1; in scic_sds_phy_get_protocols()
920 protocols->u.bits.smp_initiator = 1; in scic_sds_phy_get_protocols()
923 protocols->u.bits.stp_initiator = 1; in scic_sds_phy_get_protocols()
926 protocols->u.bits.ssp_initiator = 1; in scic_sds_phy_get_protocols()
932 this_phy, protocols->u.all in scic_sds_phy_get_protocols()
958 this_phy, protocols, protocols->u.all in scic_sds_phy_get_attached_phy_protocols()
961 protocols->u.all = 0; in scic_sds_phy_get_attached_phy_protocols()
965 protocols->u.all = in scic_sds_phy_get_attached_phy_protocols()
[all …]
H A Dscic_sds_remote_node_context.c862 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_tx_suspended_state_resume_handler() local
872 scic_remote_device_get_protocols(this_rnc->device, &protocols); in scic_sds_remote_node_context_tx_suspended_state_resume_handler()
875 (protocols.u.bits.attached_stp_target == 1) in scic_sds_remote_node_context_tx_suspended_state_resume_handler()
1333 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_resuming_state_enter() local
1346 scic_remote_device_get_protocols(rnc->device, &protocols); in scic_sds_remote_node_context_resuming_state_enter()
1349 (protocols.u.bits.attached_stp_target == 1) in scic_sds_remote_node_context_resuming_state_enter()
H A Dscic_sds_phy.h478 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
483 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
/freebsd-13.1/sbin/dhclient/
H A Ddispatch.c60 static struct protocol *protocols; variable
173 for (l = protocols; l; l = l->next) in dispatch()
213 for (i = 0, l = protocols; l; l = l->next) { in dispatch()
244 for (l = protocols; l; l = l->next) { in dispatch()
470 p->next = protocols; in add_protocol()
471 protocols = p; in add_protocol()
479 for (p = protocols, prev = NULL; p != NULL; prev = p, p = p->next) { in remove_protocol()
482 protocols = p->next; in remove_protocol()
/freebsd-13.1/sbin/ipf/ipmon/
H A Dipmon.c365 if (protocols != NULL) { in init_tabs()
368 free(protocols[i]); in init_tabs()
369 protocols[i] = NULL; in init_tabs()
371 free(protocols); in init_tabs()
372 protocols = NULL; in init_tabs()
374 protocols = (char **)malloc(256 * sizeof(*protocols)); in init_tabs()
375 if (protocols != NULL) { in init_tabs()
376 bzero((char *)protocols, 256 * sizeof(*protocols)); in init_tabs()
384 if (protocols[0]) in init_tabs()
385 free(protocols[0]); in init_tabs()
[all …]
/freebsd-13.1/usr.sbin/ypserv/
H A DMakefile.yp111 PROTOCOLS = $(YPSRCDIR)/protocols
143 TARGETS= servers hosts networks protocols rpc services shells group
209 protocols: protocols.bynumber protocols.byname
466 protocols.byname: $(PROTOCOLS)
479 protocols.bynumber: $(PROTOCOLS)
/freebsd-13.1/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-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_new.pod95 The supported protocols are SSLv3, TLSv1, TLSv1.1, TLSv1.2 and TLSv1.3.
132 Currently supported protocols are DTLS 1.0 and DTLS 1.2.
155 If you want to limit the supported protocols for the version flexible
161 allow newer protocols like TLS 1.0, TLS 1.1, TLS 1.2 or TLS 1.3.
163 The list of protocols available can also be limited using the
169 protocols they support. When disabling a protocol, make sure that you also
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
/freebsd-13.1/share/man/man5/
H A DMakefile57 protocols.5 \
94 bluetooth.protocols.5
/freebsd-13.1/cddl/lib/libdtrace/
H A Dip.d176 #pragma D binding "1.5" protocols
177 inline string protocols[int proto] = variable
283 ipv4_protostr = p == NULL ? "<null>" : protocols[p->ip_p];
299 ipv6_nextstr = p == NULL ? "<null>" : protocols[p->ip6_ctlun.ip6_un1.ip6_un1_nxt];
/freebsd-13.1/sys/dev/isci/
H A Disci_domain.c202 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T *protocols) in scif_cb_domain_da_device_added() argument
223 protocols); in scif_cb_domain_da_device_added()
/freebsd-13.1/contrib/libfido2/src/
H A Dinfo.c270 return (decode_protocols(val, &ci->protocols)); in parse_reply_element()
407 free_byte_array(&ci->protocols); in fido_cbor_info_reset()
522 return (ci->protocols.ptr); in fido_cbor_info_protocols_ptr()
528 return (ci->protocols.len); in fido_cbor_info_protocols_len()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp304 SmallVector<Decl *, 4> protocols; in ParseObjCAtInterfaceDeclaration() local
325 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
1570 SmallVector<Decl *, 8> protocols; in parseObjCProtocolQualifierType() local
1599 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsOrProtocolQualifiers() argument
1778 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsAndProtocolQualifiers() argument
1790 protocols, in parseObjCTypeArgsAndProtocolQualifiers()
1808 if (!protocols.empty()) { in parseObjCTypeArgsAndProtocolQualifiers()
1835 SmallVector<Decl *, 4> protocols; in parseObjCTypeArgsAndProtocolQualifiers() local
1862 protocols, in parseObjCTypeArgsAndProtocolQualifiers()
2172 SmallVector<Decl *, 4> protocols; in ParseObjCAtImplementationDeclaration() local
[all …]
/freebsd-13.1/targets/pseudo/userland/include/
H A DMakefile.depend8 include/protocols \
/freebsd-13.1/include/protocols/
H A DMakefile4 INCSDIR=${INCLUDEDIR}/protocols
/freebsd-13.1/lib/libc/net/
H A Dgetprotoent.c293 NSS_MP_CACHE_HANDLING(protocols);
479 protocols, (void *)nss_lt_all, in getprotoent_r()
508 protocols, (void *)nss_lt_all, in setprotoent()
529 protocols, (void *)nss_lt_all, in endprotoent()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/net/
H A Dt_protoent.sh41 tr '\t' ' ' </etc/protocols | awk '
/freebsd-13.1/usr.bin/rwho/
H A DMakefile.depend7 include/protocols \
/freebsd-13.1/usr.bin/ruptime/
H A DMakefile.depend7 include/protocols \
/freebsd-13.1/sbin/restore/
H A DMakefile.depend7 include/protocols \

12345678