Home
last modified time | relevance | path

Searched +full:protocol +full:- +full:id (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Darm,scmi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/firmware/arm,scmi.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: System Control and Management Interface (SCMI) Message Protocol
11 - Sudeep Holla <sudeep.holla@arm.com>
26 - $ref: /schemas/firmware/nxp,imx95-scmi.yaml
34 - description: SCMI compliant firmware with mailbox transport
36 - const: arm,scmi
37 - description: SCMI compliant firmware with ARM SMC/HVC transport
[all …]
H A Dnxp,imx95-scmi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/firmware/nxp,imx95-scmi.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Peng Fan <peng.fan@nxp.com>
14 protocol@81:
15 $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node'
22 protocol@84:
23 $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node'
30 nxp,ctrl-ids:
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL.mux1 This document describes the multiplexing protocol used by ssh(1)'s
2 ControlMaster connection-sharing.
7 simple packetised protocol, where each message is proceeded with
14 Most messages from the client to the server contain a "request id"
15 field. This field is returned in replies as "client request id" to
37 the multiplexing protocol and start proxying SSH connection protocol
39 speak a significant subset of the SSH protocol, but in return is able
40 to access basically the full suite of connection protocol features.
52 uint32 protocol version
57 The current version of the mux protocol is 4. A client should refuse
[all …]
H A DPROTOCOL2 protocol.
4 Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH
5 filexfer protocol described in:
7 https://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
12 The protocol used by OpenSSH's ssh-agent is described in the file
13 PROTOCOL.agent
15 1. Transport protocol changes
17 1.1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com"
19 This is a new transport-layer MAC method using the UMAC algorithm
20 (rfc4418). This method is identical to the "umac-64" method documented
[all …]
/freebsd/sys/net/
H A Dnetisr.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Robert N. M. Watson
5 * Copyright (c) 2010-2011 Juniper Networks, Inc.
47 * Protocol numbers, which are encoded in monitoring applications and kernel
49 * a value 0 < proto < 32; we currently further limit at compile-time to 16
50 * for array-sizing purposes.
58 #define NETISR_IP_DIRECT 9 /* direct-dispatch IPv4 */
59 #define NETISR_IPV6_DIRECT 10 /* direct-dispatch IPv6 */
62 * Protocol ordering and affinity policy constants. See the detailed
[all …]
/freebsd/share/doc/psd/26.rpcrfc/
H A Drpc.rfc.ms2 .\" Must use -- tbl -- with this one
10 .OH 'Remote Procedure Calls: Protocol Specification''Page %'
11 .EH 'Page %''Remote Procedure Calls: Protocol Specification'
14 \&Remote Procedure Calls: Protocol Specification
19 Note: This chapter specifies a protocol that Sun Microsystems, Inc.,
27 This chapter specifies a message protocol used in implementing
28 Sun's Remote Procedure Call (RPC) package. (The message protocol is
31 .I "External Data Representation Standard: Protocol Specification"
44 documented in the specific program's protocol specification (see the
45 \fIPort Mapper Program Protocol\fP\, below, for an example). Network
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,scmi.txt1 System Control and Management Interface (SCMI) Message Protocol
2 ----------------------------------------------------------
17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports
18 - mboxes: List of phandle and mailbox channel specifiers. It should contain
22 - shmem : List of phandle pointing to the shared memory(SHM) area as per
24 - #address-cells : should be '1' if the device has sub-nodes, maps to
25 protocol identifier for a given sub-node.
26 - #size-cells : should be '0' as 'reg' property doesn't have any size
28 - arm,smc-id : SMC id required when using smc or hvc transports
32 - mbox-names: shall be "tx" or "rx" depending on mboxes entries.
[all …]
/freebsd/crypto/openssh/contrib/cygwin/
H A DMakefile15 INSTALL=/usr/bin/install -c
22 @echo "Use \`make cygwin-postinstall DESTDIR=[package directory]'"
26 move-config-files: $(DESTDIR)$(sysconfdir)/ssh_config $(DESTDIR)$(sysconfdir)/sshd_config
31 remove-empty-dir:
32 rm -rf $(DESTDIR)$(PRIVSEP_PATH)
34 install-inetd-config:
36 $(INSTALL) -m 644 sshd-inetd $(DESTDIR)$(inetdefdir)/sshd-inetd
38 install-sshdoc:
40 -$(INSTALL) -m 644 $(srcdir)/CREDITS $(DESTDIR)$(sshdocdir)/CREDITS
41 -$(INSTALL) -m 644 $(srcdir)/ChangeLog $(DESTDIR)$(sshdocdir)/ChangeLog
[all …]
/freebsd/share/man/man9/
H A Dnetisr.965 .Bd -ragged -offset indent
77 Protocol registration and work stream statistics may be monitored using
79 .Ss Protocol registration
98 for each protocol.
99 Disabling will also purge any outstanding packet from the protocol queue.
102 supports multi-processor execution of handlers, and relies on a combination
103 of source ordering and protocol-specific ordering and work-placement
107 .Bl -tag -width NETISR_POLICY_SOURCE
110 should maintain source ordering without advice from the protocol.
119 header flow ID field.
[all …]
/freebsd/share/man/man4/
H A Dinet.433 .Nd Internet protocol family
38 The Internet protocol family is a collection of protocols
40 .Em Internet Protocol
43 The Internet family provides protocol support for the
51 protocol.
65 Sockets bound to the Internet protocol family utilize
67 .Bd -literal -offset indent
95 The Internet protocol family is comprised of
98 network protocol, Internet Control
99 Message Protocol
[all …]
H A Dmac_portacl.47 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
41 .Bd -ragged -offset indent
48 .Bd -ragged -offset indent
110 is set to a non-zero value.
114 MIBs are available for fine-tuning the enforcement of this MAC policy.
123 .Bl -tag -width indent
138 .D1 Ar idtype : id : protocol : port Op , Ar idtype : id : protocol : port , ...
140 .Bl -tag -width ".Ar protocol"
145 for user ID matching, or
147 for group ID matching.
[all …]
/freebsd/lib/libsys/
H A Dintro.21 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
55 .Bl -tag -width Ds
56 .It Process ID
57 Each active process in the system is uniquely identified by a non-negative
58 integer called a process ID
[all...]
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h41 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */
64 typedef uint64_t ocsd_trc_index_t; /**< Trace source index type - 64 bit size */
67 typedef uint32_t ocsd_trc_index_t; /**< Trace source index type - 32 bit size */
72 #define OCSD_BAD_TRC_INDEX ((ocsd_trc_index_t)-1)
73 /** Invalid trace source ID value */
74 #define OCSD_BAD_CS_SRC_ID ((uint8_t)-1)
75 /** macro returing true if trace source ID is in valid range (0x0 < ID < 0x70) */
76 #define OCSD_IS_VALID_CS_SRC_ID(id) ((id > 0) && (id < 0x70)) argument
77 /** macro returing true if trace source ID is in reserved range (ID == 0x0 || 0x70 <= ID <= 0x7F) */
78 #define OCSD_IS_RESERVED_CS_SRC_ID(id) ((id == 0) || ((id >= 0x70) && (id <= 0x7F)) argument
[all …]
/freebsd/sys/xen/
H A Dblkif.h28 /* Not a real protocol. Used to generate ring structs which contain
30 * compiler-checkable way to use common struct elements, so we can
31 * avoid using switch(protocol) in a number of places. */
39 /* i386 protocol version */
45 uint64_t id; /* private guest value, echoed in resp */ member
50 uint64_t id; /* copied from request */ member
58 /* x86_64 protocol version */
63 uint64_t __attribute__((__aligned__(8))) id; member
68 uint64_t __attribute__((__aligned__(8))) id; member
81 * regardless of the protocol in use, based on the ring size. This constant
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod20 - get SSL_CIPHER properties
60 SSL_CIPHER_get_version() returns string which indicates the SSL/TLS protocol
97 SSL_CIPHER_find() returns a B<SSL_CIPHER> structure which has the cipher ID stored
99 two-byte TLS cipher ID (as allocated by IANA) in network byte order. This parameter
104 SSL_CIPHER_get_id() returns the OpenSSL-specific ID of the given cipher B<c>. That ID is
105 not the same as the IANA-specific ID
[all...]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h2 The device path protocol as defined in UEFI 2.0.
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
21 /// Device Path protocol.
29 /// Device Path guid definition for backward-compatible with EFI1.1.
36 This protocol can be used on any device handle to obtain generic path/location
39 the device path protocol. The device path describes the location of the device
56 UINT8 Length[2]; ///< Specific Device Path data. Type and Sub-Type define
62 /// Device Path protocol definition for backward-compatible with EFI1.1.
137 /// The Vendor Device Path allows the creation of vendor-defined Device Paths. A vendor must
[all …]
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3 <!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ -->
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>ntpsnmpd: Network Time Protocol SNMP Daemon User&rsquo;s Manual</title>
8 <meta name="description" content="ntpsnmpd: Network Time Protocol SNM
[all...]
/freebsd/contrib/tcpdump/
H A Dprint-cdp.c27 /* \summary: Cisco Discovery Protocol (CDP) printer */
31 #include "netdissect-stdinc.h"
141 * appear to be a 1-byte application type followed by a
142 * 2-byte VLAN ID; the 2 bytes of value are unknown
144 * is not a valid VLAN ID, as VLAN IDs are 12 bits).
179 (void)nd_printn(ndo, cp + 1, len - 1, NULL); in cdp_print_phys_loc()
193 [ T_DEV_ID ] = { "Device-ID", cdp_print_string, -1, -1 },
194 [ 0x02 ] = { "Address", cdp_print_addr, -1, -1 },
195 [ 0x03 ] = { "Port-ID", cdp_print_string, -1, -1 },
197 [ 0x05 ] = { "Version String", cdp_print_version, -1, -1 },
[all …]
H A Dtcpdump.1.in25 tcpdump \- dump traffic on a network
30 .B \-AbdDefhHIJKlLnNOpqStuUvxX#
32 .B \-B
37 .B \-c
41 .B \-\-count
44 .B \-C
49 .B \-E
54 .B \-F
58 .B \-G
62 .B \-i
[all …]
/freebsd/contrib/wpa/tests/hwsim/
H A Dtest_dpp3.py1 # Test cases for Device Provisioning Protocol (DPP) version 3
10 """DPP Network Introduction and protocol version"""
14 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
15 dev[0].select_network(id, freq=2412)
21 """DPP Network Introduction and protocol version change"""
26 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
28 dev[0].select_network(id, freq=2412)
34 """DPP Network Introduction and protocol version missing from request"""
39 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
42 dev[0].select_network(id, freq=2412)
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CIPHER_get_name.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c1 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
30 * $Id: search.c,v 1.2 2003/09/08 17:35:15 max Exp $
67 * Print Service Class ID List
81 if (end - start < 2) { in print_service_class_id_list()
82 fprintf(stderr, "Invalid Service Class ID Lis in print_service_class_id_list()
[all...]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti,sci-clk.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/ti,sci-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI-SCI clock controller
10 - Nishanth Menon <nm@ti.com>
17 through a protocol called TI System Control Interface (TI-SCI protocol).
19 This clock controller node uses the TI SCI protocol to perform various clock
21 node must be a child node of the associated TI-SCI system controller node.
25 pattern: "^clock-controller$"
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-sess_id.pod.in2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-sess_id - SSL/TLS session handling command
11 [B<-help>]
12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>|B<NSS>]
14 [B<-in> I<filename>]
15 [B<-out> I<filename>]
16 [B<-text>]
17 [B<-cert>]
18 [B<-noout>]
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-sess_id.118 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]

12345678910>>...41