Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h41 class Connection {
44 Connection() = default;
48 virtual ~Connection();
178 Connection(const Connection &) = delete;
179 const Connection &operator=(const Connection &) = delete;
H A DLLDBLog.h24 Connection = Log::ChannelFlag<5>, enumerator
/freebsd/sys/dev/e1000/
H A DREADME38 NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100
198 Intel(R) PRO/1000 PT Network Connection
200 Intel(R) PRO/1000 PT Dual Port Network Connection
204 Intel(R) PRO/1000 PF Network Connection
206 Intel(R) PRO/1000 PB Server Connection
207 Intel(R) PRO/1000 PL Network Connection
208 Intel(R) PRO/1000 EB Network Connection with I/O Acceleration
209 Intel(R) PRO/1000 EB Backplane Connection with I/O Acceleration
210 Intel(R) 82566DM-2 Gigabit Network Connection
211 Intel(R) 82574L Gigabit Network Connection
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-overview.md31 Connection State Machine
36 Connection ID Cache
39 A table matching Connection IDs with Connection objects represented
42 _In MVP there is a many-to-1 matching of Connection IDs to Connection
131 to the appropriate SSL Connection by consulting the Connection ID Cache.
134 the appropriate Connection ID and optionally schedules sending stateless
135 reset for packets with other Connection IDs._
H A Drx-depacketizer.md13 ### Connection subsection
50 - Connection manager, which is currently unspecified. In the [overview],
51 there's a "Connection State Machine" that the "RX Frame Handler" isn't
52 talking directly with, so it's possible that the Connection manager will
119 | 0x12 | [max_streams 0x12] | Connection manager? [^6] | &#10004; | | |…
120 | 0x13 | [max_streams 0x13] | Connection manager? [^6] | &#10004; | | |…
123 | 0x16 | [streams_blocked 0x16] | Connection manager? [^6] | &#10004; | | |…
124 | 0x17 | [streams_blocked 0x17] | Connection manager? [^6] | &#10004; | | |…
125 | 0x18 | [new_connection_id] | Connection manager | &#10004; | | |…
126 | 0x19 | [retire_connection_id] | Connection manager | &#10004; | | |…
[all …]
H A Dconnection-id-cache.md1 QUIC Connection ID Cache
7 Remote Connection IDs
22 In MVP, a many-to-1 matching of Connection IDs per Connection object
28 Local Connection IDs
78 Connection IDs are retired by either a [NEW_CONNECTION_ID] or
126 ### Remote Connection ID APIs
172 ### Local Connection ID APIs
233 unsigned int retired : 1; /* Connection ID has been retired */
H A Dquic-connID-retire.md16 Non zero Length Connection ID
29 Connection Migration
36 Retiring Connection ID
H A Dglossary.md30 **CID:** Connection ID.
42 **CSM:** Connection state machine. Refers to some aspects of a QUIC channel. Not
45 **DCID:** Destination Connection ID. Found in all QUIC packet headers.
137 **NCID:** New Connection ID. Refers to a QUIC `NEW_CONNECTION_ID` frame.
139 **Numbered CID:** Refers to a Connection ID which has a sequence number assigned
159 **QCSO:** QUIC Connection SSL Object. This is an SSL object created using
273 **SCID:** Source Connection ID. Found in some QUIC packet headers.
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp56 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false) { in ConnectionFileDescriptor()
57 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
63 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false) { in ConnectionFileDescriptor()
67 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
83 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor()
93 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe()
111 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe()
132 Log *log = GetLog(LLDBLog::Connection); in Connect()
187 Log *log = GetLog(LLDBLog::Connection); in Disconnect()
243 Log *log = GetLog(LLDBLog::Connection); in Read()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h22 class Connection; variable
87 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection()
159 virtual void SetConnection(std::unique_ptr<Connection> connection);
H A DProtocolServer.h27 struct Connection { struct
32 virtual llvm::Error Start(Connection connection) = 0; argument
H A DThreadedCommunication.h155 void SetConnection(std::unique_ptr<Connection> connection) override;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConnection.cpp13 Connection::~Connection() = default;
H A DLLDBLog.cpp22 {{"conn"}, {"log connection details"}, LLDBLog::Connection},
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() function
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd@.service2 Description=Rpcap Per-Connection Server
H A Drpcapd.socket2 Description=Rpcap Socket for Per-Connection Servers
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod214 fprintf(stderr, "Connection 1 established\n");
218 BIO_puts(cbio, "Connection 1: Sending out Data on initial connection\n");
227 fprintf(stderr, "Connection 2 established\n");
232 BIO_puts(cbio2, "Connection 2: Sending out Data on second\n");
235 BIO_puts(cbio, "Connection 1: Second connection established\n");
/freebsd/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et22 error_code NOT_INIT, "Connection to server not initialized"
39 error_code INIT, "Connection to server already initialized"
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a07g043-smarc-pmod.dtso8 * [Connection]
H A Dr9a08g045s33-smarc-pmod1-type-3a.dtso8 * [Connection]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp572 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) { in CreateDefaultConnection()
575 return std::unique_ptr<Connection>(new ConnectionGenericFile()); in CreateDefaultConnection()
577 return std::unique_ptr<Connection>(new ConnectionFileDescriptor()); in CreateDefaultConnection()
H A DSocket.cpp256 Log *log = GetLog(LLDBLog::Connection); in TcpConnect()
273 Log *log = GetLog(LLDBLog::Connection); in TcpListen()
379 Log *log = GetLog(LLDBLog::Connection); in Close()
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dkadm_err.et18 error_code KADM5_NOT_INIT, "Connection to server not initialized"
35 error_code KADM5_INIT, "Connection to server already initialized"
/freebsd/crypto/openssl/demos/sslecho/
H A DREADME.md16 - Connection to the SSL server starts as a standard TCP 'connect'.

12345