Searched refs:datagram (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/share/doc/psd/20.ipctut/
H A Ddgramread.c48 * This program creates a datagram socket, binds a name to it, then reads
60 perror("opening datagram socket");
68 perror("binding datagram socket");
80 perror("receiving datagram packet");
H A Dudgramread.c51 * This program creates a UNIX domain datagram socket, binds a name to it,
63 perror("opening datagram socket");
70 perror("binding name to datagram socket");
76 perror("receiving datagram packet");
H A Dudgramsend.c42 * Here I send a datagram to a receiver whose name I get from the command
56 perror("opening datagram socket");
65 perror("sending datagram message");
H A Ddgramsend.c43 * Here I send a datagram to a receiver whose name I get from the command
59 perror("opening datagram socket");
78 perror("sending datagram message");
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h157 int datagram; member in struct:Channel
H A Dchannels.c1691 } else if (c->datagram) {
1723 } else if (c->datagram) {
1730 if (c->datagram) {
2266 if (c->datagram) {
2275 debug("channel %d: datagram "
2383 if (c->datagram)
2413 if (c->datagram)
H A Dserverloop.c1026 c->datagram = 1;
H A Dclientloop.c1966 c->datagram = 1;

Completed in 171 milliseconds