Home
last modified time | relevance | path

Searched refs:datagram (Results 1 – 25 of 30) 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.txt60 Receive UDP datagram from a client, then send it to the client
64 Send UDP datagram to a server, then receive datagram from it
95 Multicast UDP datagram receiver
98 UDP datagram sender (not only unicast but also multicast)
/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-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/ltp/testcases/network/stress/udp/multi-diffip/
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/ltp/doc/
Dnetwork_stress.txt230 datagram with the following conditions
234 datagram at the different IP addresses(aliases)
238 datagram at the different NICs with the following conditions
242 datagram at many different ports with the following conditions
/external/iproute2/doc/
Dss.sgml97 f.e. <tt/unix_dgram/ selects only datagram UNIX sockets.
461 datagram sockets, <tt/nl/ for netlink, <tt/p_raw/ and <tt/p_dgr/ for
462 raw and datagram packet sockets. This column is optional, it will
Dapi-ip6-flowlabels.tex38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services
78 Flow state, including lifetime, is propagated along datagram path
/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/netperf/
DAUTHORS165 is > max UDP datagram size.
/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/syslinux/core/lwip/doc/
Drawapi.txt355 datagram is received.
/external/iputils/doc/
Dping.sgml42 datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.
/external/dnsmasq/
Ddnsmasq.conf.example291 #dhcp-option=45,0.0.0.0 # netbios datagram distribution server
/external/tcpdump/
DCHANGES1167 - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.
/external/fio/
DHOWTO1822 User datagram protocol.
1824 User datagram protocol V6.

12