Home
last modified time | relevance | path

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

12

/external/boringssl/src/ssl/test/
Dasync_bio.cc31 bool datagram; member
62 if (!a->datagram && (size_t)inl > a->write_quota) { in AsyncWrite()
69 a->write_quota -= (a->datagram ? 1 : ret); in AsyncWrite()
88 if (!a->datagram && (size_t)outl > a->read_quota) { in AsyncRead()
95 a->read_quota -= (a->datagram ? 1 : ret); in AsyncRead()
165 GetData(ret.get())->datagram = true; in AsyncBioCreateDatagram()
/external/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)
/external/honggfuzz/examples/linux_kernel_ip/
Dlinux-kernel-4.10.0.patch22 diff --git a/net/core/datagram.c b/net/core/datagram.c
24 --- a/net/core/datagram.c
25 +++ b/net/core/datagram.c
/external/strace/xlat/
Dax25_protocols.in9 AX25_P_TEXNET 0xc3 /* TEXTNET datagram protocol */
/external/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…
/external/ltp/testcases/network/stress/udp/multi-diffip/
D00_Descriptions.txt1 Verify that the kernel is not crashed with receiving and sending UDP datagram
/external/ltp/testcases/network/stress/udp/multi-diffport/
D00_Descriptions.txt1 Verify that the kernel is not crashed with receiving and sending UDP datagram
/external/ltp/testcases/network/stress/udp/multi-diffnic/
D00_Descriptions.txt1 Verify that the kernel is not crashed with receiving and sending UDP datagram
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DNETEQTEST_RTPpacket.h42 uint8_t * datagram() const;
DNETEQTEST_RTPpacket.cc308 uint8_t * NETEQTEST_RTPpacket::datagram() const in datagram() function in NETEQTEST_RTPpacket
/external/openssh/
Dchannels.h157 int datagram; member
Dchannels.c1766 } else if (c->datagram) {
1798 } else if (c->datagram) {
1805 if (c->datagram) {
2334 if (c->datagram) {
2731 if (c->datagram)
2761 if (c->datagram)
DPROTOCOL178 with datagram boundaries intact between endpoints equipped with
224 The "packet data" field consists of the IPv4/IPv6 datagram itself
Dserverloop.c537 c->datagram = 1; in server_request_tun()
Dclientloop.c2050 c->datagram = 1; in client_request_tun_fwd()
/external/python/cpython3/Doc/library/
Dasyncio-protocol.rst127 A transport for datagram (UDP) connections.
463 The base class for implementing datagram (UDP) protocols.
650 Called when a datagram is received. *data* is a bytes object containing
660 detects that a datagram could not be delivered to its recipient.
667 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
410 The type of :attr:`self.request` is different for datagram or stream
412 datagram services, :attr:`self.request` is a pair of string and socket.
/external/python/cpython2/Doc/library/
Dsocketserver.rst135 class. The request handler class must be different for datagram or stream
376 The type of :attr:`self.request` is different for datagram or stream
378 datagram services, :attr:`self.request` is a pair of string and socket.
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto41 * transport API to the datagram API.
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst457 Updates asyncio datagram create method allowing reuseport and reuseaddr
459 asyncio create_server method the reuseaddr option for datagram sockets
/external/mdnsresponder/
DPrivateDNS.txt86 a protocol based on TLS that is capable of securing datagram traffic.
/external/mdnsresponder/mDNSPosix/
DReadMe.txt182 sends the datagram using the UDP socket created for the
/external/dnsmasq/
Ddnsmasq.conf.example291 #dhcp-option=45,0.0.0.0 # netbios datagram distribution server
/external/iputils/doc/
Dping.sgml42 datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.

12