Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h147 int datagram; member
DPROTOCOL127 with datagram boundaries intact between endpoints equipped with
173 The "packet data" field consists of the IPv4/IPv6 datagram itself
Dchannels.c1629 } else if (c->datagram) {
1661 } else if (c->datagram) {
1668 if (c->datagram) {
2165 if (c->datagram) {
2282 if (c->datagram)
2312 if (c->datagram)
Dserverloop.c1003 c->datagram = 1; in server_request_tun()
Dclientloop.c1850 c->datagram = 1; in client_request_tun_fwd()
DChangeLog1281 Fix a trio of bugs in the local/remote window calculation for datagram
1287 modified the length of the dequeued datagram (to futz with the headers
1295 datagram packets that we accept from the peer and enqueue in c->output.
/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/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/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/
DCHANGES725 - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.