| /src/share/doc/psd/20.ipctut/ |
| dgramread.c | 46 * This program creates a datagram socket, binds a name to it, then reads 58 perror("opening datagram socket"); 66 perror("binding datagram socket"); 78 perror("receiving datagram packet");
|
| udgramread.c | 49 * This program creates a UNIX domain datagram socket, binds a name to it, 61 perror("opening datagram socket"); 68 perror("binding name to datagram socket"); 74 perror("receiving datagram packet");
|
| udgramsend.c | 40 * Here I send a datagram to a receiver whose name I get from the command 54 perror("opening datagram socket"); 63 perror("sending datagram message");
|
| dgramsend.c | 41 * Here I send a datagram to a receiver whose name I get from the command 57 perror("opening datagram socket"); 76 perror("sending datagram message");
|
| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| async_bio.cc | 22 bool datagram; member in struct:__anon2252::AsyncBio 50 if (!a->datagram && (size_t)inl > a->write_quota) { 57 a->write_quota -= (a->datagram ? 1 : ret); 76 if (!a->datagram && (size_t)outl > a->read_quota) { 83 a->read_quota -= (a->datagram ? 1 : ret); 157 GetData(ret.get())->datagram = true;
|
| /src/sys/dev/usb/ |
| if_ncmreg.h | 76 struct ncm_pointer16 datagram[2]; member in struct:ncm_dptab16 92 struct ncm_pointer32 datagram[2]; member in struct:ncm_dptab32
|
| if_ncm.c | 304 offsetof(struct ncm_dptab16, datagram))/sizeof(ptr->datagram[0]); 306 uint16_t data_start = UGETW(ptr->datagram[i].wDatagramIndex); 307 uint16_t data_len = UGETW(ptr->datagram[i].wDatagramLength); 315 "datagram points out of buffer\n"); 354 USETW(ptr->datagram[0].wDatagramIndex, hdr_len); 355 USETW(ptr->datagram[0].wDatagramLength, len); 357 USETW(ptr->datagram[1].wDatagramIndex, 0); 358 USETW(ptr->datagram[1].wDatagramLength, 0);
|
| /src/crypto/external/bsd/openssh/dist/ |
| channels.h | 206 int datagram; member in struct:Channel
|
| channels.c | 2218 * For "simple" channels (i.e. not datagram or filtered), we can 2221 if (c->input_filter == NULL && !c->datagram) { 2266 } else if (c->datagram) { 2268 fatal_fr(r, "channel %i: put datagram", c->self); 2297 } else if (c->datagram) { 2299 fatal_fr(r, "channel %i: get datagram", c->self); 2306 if (c->datagram) { 3060 if (c->datagram) { 3061 /* Check datagram will fit; drop if not */ 3063 fatal_fr(r, "channel %i: get datagram", c->self) [all...] |
| serverloop.c | 577 c->datagram = 1;
|
| clientloop.c | 1911 c->datagram = 1;
|
| /src/external/ibm-public/postfix/dist/conf/ |
| post-install | 901 echo Editing $config_directory/master.cf, adding missing entry for postlog unix-domain datagram service
|