Home
last modified time | relevance | path

Searched refs:datagram (Results 1 – 25 of 49) sorted by relevance

12

/third_party/openssl/doc/man3/
DBIO_s_datagram.pod12 BIO_dgram_get_mtu_overhead - Network BIO with datagram semantics
32 which provide datagram semantics, such as UDP sockets. It is suitable for use
35 Because BIO_s_datagram() has datagram semantics, a single BIO_write() call sends
36 a single datagram and a single BIO_read() call receives a single datagram. If
37 the size of the buffer passed to BIO_read() is inadequate, the datagram is
63 subsequent call to BIO_write() being set to the source address of the datagram
116 The peer address of the datagram last received by a call to BIO_read().
141 overhead which should typically be added to a datagram payload size in order to
143 datagram. In most cases, the maximum datagram payload size which can be
150 The value returned is not fully reliable because datagram overheads can be
[all …]
DDTLSv1_listen.pod35 If DTLS is used over UDP (or any datagram based protocol that does not validate
70 datagram on an unconnected socket. If the socket is not connected, it can
75 redirected to it by sending a datagram to the socket in question. This does not
93 B<only> supports ClientHellos that fit inside a single datagram.
/third_party/ltp/testcases/network/stress/ns-tools/
D00_Descriptions.txt57 Receive UDP datagram from a client, then send it to the client
61 Send UDP datagram to a server, then receive datagram from it
92 Multicast UDP datagram receiver
95 UDP datagram sender (not only unicast but also multicast)
/third_party/node/doc/api/
Ddgram.md1 # UDP/datagram sockets
11 The `node:dgram` module provides an implementation of UDP datagram sockets.
66 Encapsulates the datagram functionality.
125 The `'message'` event is emitted when a new datagram is available on a socket.
245 For UDP sockets, causes the `dgram.Socket` to listen for datagram
257 A bound datagram socket keeps the Node.js process running to receive
258 datagram messages.
323 For UDP sockets, causes the `dgram.Socket` to listen for datagram
348 A bound datagram socket keeps the Node.js process running to receive
349 datagram messages.
[all …]
Ddocumentation.md94 | [UDP/datagram sockets](dgram.html) | (2) Stable |
/third_party/mbedtls/programs/
DREADME.md65 …ent.c): a simple DTLS client program, which sends one datagram to the server and reads one datagra…
67 …c): a simple DTLS server program, which expects one datagram from the client and writes one datagr…
/third_party/ltp/testcases/network/stress/udp/multi-diffport/
D00_Descriptions.txt1 Verify that the kernel is not crashed with receiving and sending UDP datagram
/third_party/ltp/testcases/network/stress/udp/multi-diffip/
D00_Descriptions.txt1 Verify that the kernel is not crashed with receiving and sending UDP datagram
/third_party/ltp/testcases/network/stress/udp/uni-basic/
D00_Descriptions.txt1 Verify that the kernel is not crashed with receiving and sending UDP datagram with the following co…
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/
D00_Descriptions.txt1 Verify that the kernel is not crashed with receiving and sending UDP datagram
/third_party/libuv/docs/src/
Dudp.rst83 empty datagram was received (in this case `addr` is not NULL). < 0 if
167 The only requirement of the `sock` argument is that it follows the datagram
169 In other words, other datagram-type sockets like raw sockets or netlink
176 it's required that it represents a valid datagram socket.
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_conn.c3529 datalen = ngtcp2_vec_len(vmsg->datagram.data, vmsg->datagram.datacnt); in conn_write_pkt()
4105 nfrc->fr.datagram.type = NGTCP2_FRAME_DATAGRAM_LEN; in conn_write_pkt()
4106 nfrc->fr.datagram.dgram_id = vmsg->datagram.dgram_id; in conn_write_pkt()
4107 nfrc->fr.datagram.datacnt = vmsg->datagram.datacnt; in conn_write_pkt()
4108 nfrc->fr.datagram.data = (ngtcp2_vec *)vmsg->datagram.data; in conn_write_pkt()
4117 nfrc->fr.datagram.datacnt = 0; in conn_write_pkt()
4118 nfrc->fr.datagram.data = NULL; in conn_write_pkt()
4123 lfr.datagram.type = NGTCP2_FRAME_DATAGRAM_LEN; in conn_write_pkt()
4124 lfr.datagram.datacnt = vmsg->datagram.datacnt; in conn_write_pkt()
4125 lfr.datagram.data = (ngtcp2_vec *)vmsg->datagram.data; in conn_write_pkt()
[all …]
Dngtcp2_conn.h732 ngtcp2_vmsg_datagram datagram; member
Dngtcp2_pkt.h365 ngtcp2_datagram datagram; member
Dngtcp2_rtb.c601 rv = conn->callbacks.lost_datagram(conn, frc->fr.datagram.dgram_id, in conn_process_lost_datagram()
870 rv = conn->callbacks.ack_datagram(conn, frc->fr.datagram.dgram_id, in rtb_process_acked_pkt()
1544 rv = conn->callbacks.lost_datagram(conn, frc->fr.datagram.dgram_id, in rtb_on_pkt_lost_resched_move()
Dngtcp2_log.c535 log_fr_datagram(log, hd, &fr->datagram, dir); in log_fr()
/third_party/jerryscript/docs/
D13.DEBUGGER-TRANSPORT.md29 size_t message_total_length; /**< total length for datagram protocols,
D07.DEBUGGER.md21 If necessary/implemented, any reliable stream or datagram based
/third_party/python/Doc/library/
Dasyncio-protocol.rst131 A transport for datagram (UDP) connections.
471 The base class for implementing datagram (UDP) protocols.
655 Called when a datagram is received. *data* is a bytes object containing
665 detects that a datagram could not be delivered to its recipient.
672 for datagram protocols, because there is no reliable way to detect send
Dasyncio-llapi-index.rst166 - Open a datagram (UDP) connection.
462 - Called when a datagram is received.
Dsocketserver.rst150 class. The request handler class must be different for datagram or stream
412 The type of :attr:`self.request` is different for datagram or stream
414 datagram services, :attr:`self.request` is a pair of string and socket.
/third_party/libcoap/man/
Dcoap-server.txt.in133 Type is 'coap' (using datagram), 'coap+tcp' (using stream), 'coaps'
134 (DTLS using datagram) or 'coaps+tcp' (TLS using stream).
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
Dstream.py470 def datagram(self, name, **kwargs): member in StreamClient
/third_party/libuv/docs/src/guide/
Dnetworking.rst142 not NULL, it indicates that an empty datagram was received from the host at
/third_party/lwip/
D0081-ip6-hdr.patch145 /* Adjust datagram length by adding header lengths. */

12