Home
last modified time | relevance | path

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

/dragonfly/etc/
HDprotocols16 st2 5 ST2 # ST2 datagram mode (RFC 1819) (officially ``ST'')
28 udp 17 UDP # user datagram protocol
38 rdp 27 RDP # "reliable datagram" protocol
/dragonfly/crypto/openssh/
HDchannels.h196 int datagram; member
HDchannels.c2127 if (!pty_zeroread && c->input_filter == NULL && !c->datagram) { in channel_handle_rfd()
2178 } else if (c->datagram) { in channel_handle_rfd()
2211 } else if (c->datagram) { in channel_handle_wfd()
2220 if (c->datagram) { in channel_handle_wfd()
2974 if (c->datagram) { in channel_output_poll_input_open()
3422 if (c->datagram) in channel_input_data()
3457 if (c->datagram) { in channel_input_data()
HDserverloop.c526 c->datagram = 1; in server_request_tun()
HDPROTOCOL259 with datagram boundaries intact between endpoints equipped with
305 The "packet data" field consists of the IPv4/IPv6 datagram itself
HDclientloop.c1864 c->datagram = 1; in client_request_tun_fwd()
/dragonfly/share/examples/ppp/
HDppp.conf.sample272 set filter alive 5 deny udp src eq 138 # NetBIOS datagram service
275 set filter alive 8 deny udp dst eq 138 # NetBIOS datagram service
285 set filter dial 3 deny udp src eq 138 # NetBIOS datagram service
288 set filter dial 6 deny udp dst eq 138 # NetBIOS datagram service
/dragonfly/contrib/tcp_wrappers/
HDCHANGES439 Enhancements over the previous release are: support for datagram (UDP
HDREADME366 do not work for datagram (UDP) services. More seriously, client user
1005 get the client IP address in case of datagram-oriented services, and
/dragonfly/contrib/tcpdump/
HDCHANGES1425 - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.