Home
last modified time | relevance | path

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

12

/freebsd/tools/test/stress2/misc/
H A Ddatagram.sh39 cat > datagram.c <<EOF
87 mycc -o datagram -Wall -Wextra -O2 -g datagram.c || exit 1
88 rm datagram.c
90 ./datagram &
95 rm -f datagram /tmp/datagram.socket
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod12 BIO_dgram_get_mtu_overhead - Network BIO with datagram semantics
32 which provide datagram semantics, such as UDP sockets. It is suitable for use
35 Because BIO_s_datagram() has datagram semantics, a single BIO_write() call sends
36 a single datagram and a single BIO_read() call receives a single datagram. If
37 the size of the buffer passed to BIO_read() is inadequate, the datagram is
63 subsequent call to BIO_write() being set to the source address of the datagram
116 The peer address of the datagram last received by a call to BIO_read().
141 overhead which should typically be added to a datagram payload size in order to
143 datagram. In most cases, the maximum datagram payload size which can be
150 The value returned is not fully reliable because datagram overheads can be
[all …]
H A DDTLSv1_listen.pod35 If DTLS is used over UDP (or any datagram based protocol that does not validate
70 datagram on an unconnected socket. If the socket is not connected, it can
75 redirected to it by sending a datagram to the socket in question. This does not
93 B<only> supports ClientHellos that fit inside a single datagram.
/freebsd/lib/libc/net/
H A Dprotocols11 st2 5 ST2 # ST2 datagram mode (RFC 1819) (officially ``ST'')
23 udp 17 UDP # user datagram protocol
33 rdp 27 RDP # "reliable datagram" protocol
/freebsd/tools/regression/sockets/unix_cmsg/
H A DREADME7 sockets). There are tests for stream and datagram sockets.
125 Server creates datagram socket and sets the LOCAL_CREDS socket option
132 Server creates datagram socket and sets the LOCAL_CREDS socket option
/freebsd/share/doc/smm/18.net/
H A Dspell.ok164 datagram
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok117 datagram
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok142 datagram
/freebsd/crypto/openssh/
H A Dchannels.h198 int datagram; member
H A Dchannels.c2129 if (!pty_zeroread && c->input_filter == NULL && !c->datagram) { in channel_handle_rfd()
2180 } else if (c->datagram) { in channel_handle_rfd()
2213 } else if (c->datagram) { in channel_handle_wfd()
2222 if (c->datagram) { in channel_handle_wfd()
2976 if (c->datagram) { in channel_output_poll_input_open()
3424 if (c->datagram) in channel_input_data()
3459 if (c->datagram) { in channel_input_data()
H A Dserverloop.c526 c->datagram = 1; in server_request_tun()
H A DPROTOCOL259 with datagram boundaries intact between endpoints equipped with
305 The "packet data" field consists of the IPv4/IPv6 datagram itself
H A Dclientloop.c1864 c->datagram = 1; in client_request_tun_fwd()
/freebsd/share/examples/ppp/
H A Dppp.conf.sample271 set filter alive 5 deny udp src eq 138 # NetBIOS datagram service
274 set filter alive 8 deny udp dst eq 138 # NetBIOS datagram service
284 set filter dial 3 deny udp src eq 138 # NetBIOS datagram service
287 set filter dial 6 deny udp dst eq 138 # NetBIOS datagram service
/freebsd/crypto/heimdal/
H A DChangeLog.2006215 packets when using datagram based transports.
626 * kdc/kdc.8: document max-kdc-datagram-reply-length
639 a datagram reply or not
642 a datagram reply and the datagram reply length limit is reached.
647 * kdc/config.c: check for [kdc]max-kdc-datagram-reply-length
H A DChangeLog.2000502 * lib/krb5/changepw.c: use a datagram socket and remove the
H A DChangeLog.1998854 * lib/kadm5/log.c (kadm5_log_flush): send a unix domain datagram
/freebsd/contrib/tcp_wrappers/
H A DCHANGES439 Enhancements over the previous release are: support for datagram (UDP
H A DREADME366 do not work for datagram (UDP) services. More seriously, client user
1005 get the client IP address in case of datagram-oriented services, and
/freebsd/contrib/libpcap/
H A Daclocal.m41053 # UNIX Specification, so that we can check whether a datagram
H A DCMakeLists.txt867 # UNIX Specification, so that we can check whether a datagram
/freebsd/crypto/openssl/
H A DINSTALL.md657 Don't build support for datagram based BIOs.
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in1209 /* only applies to datagram connections */
/freebsd/contrib/tcpdump/
H A DCHANGES1708 - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION819 corresponding (datagram) socket.

12