/external/boringssl/src/ssl/test/ |
D | async_bio.cc | 31 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/ |
D | 00_Descriptions.txt | 57 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/ |
D | linux-kernel-4.10.0.patch | 22 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/ |
D | ax25_protocols.in | 9 AX25_P_TEXNET 0xc3 /* TEXTNET datagram protocol */
|
/external/ltp/testcases/network/stress/udp/multi-diffip/ |
D | 00_Descriptions.txt | 1 Verify that the kernel is not crashed with receiving and sending UDP datagram
|
/external/ltp/testcases/network/stress/udp/uni-basic/ |
D | 00_Descriptions.txt | 1 Verify that the kernel is not crashed with receiving and sending UDP datagram with the following co…
|
/external/ltp/testcases/network/stress/udp/multi-diffport/ |
D | 00_Descriptions.txt | 1 Verify that the kernel is not crashed with receiving and sending UDP datagram
|
/external/ltp/testcases/network/stress/udp/multi-diffnic/ |
D | 00_Descriptions.txt | 1 Verify that the kernel is not crashed with receiving and sending UDP datagram
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | NETEQTEST_RTPpacket.h | 42 uint8_t * datagram() const;
|
D | NETEQTEST_RTPpacket.cc | 308 uint8_t * NETEQTEST_RTPpacket::datagram() const in datagram() function in NETEQTEST_RTPpacket
|
/external/openssh/ |
D | channels.h | 157 int datagram; member
|
D | channels.c | 1766 } 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)
|
D | PROTOCOL | 178 with datagram boundaries intact between endpoints equipped with 224 The "packet data" field consists of the IPv4/IPv6 datagram itself
|
D | serverloop.c | 537 c->datagram = 1; in server_request_tun()
|
D | clientloop.c | 2050 c->datagram = 1; in client_request_tun_fwd()
|
/external/python/cpython3/Doc/library/ |
D | asyncio-protocol.rst | 127 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
|
D | asyncio-llapi-index.rst | 166 - Open a datagram (UDP) connection. 462 - Called when a datagram is received.
|
D | socketserver.rst | 150 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/ |
D | socketserver.rst | 135 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/ |
D | keymaster.proto | 41 * transport API to the datagram API.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 457 Updates asyncio datagram create method allowing reuseport and reuseaddr 459 asyncio create_server method the reuseaddr option for datagram sockets
|
/external/mdnsresponder/ |
D | PrivateDNS.txt | 86 a protocol based on TLS that is capable of securing datagram traffic.
|
/external/mdnsresponder/mDNSPosix/ |
D | ReadMe.txt | 182 sends the datagram using the UDP socket created for the
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 291 #dhcp-option=45,0.0.0.0 # netbios datagram distribution server
|
/external/iputils/doc/ |
D | ping.sgml | 42 datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.
|