Searched refs:sending (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/share/doc/psd/20.ipctut/
H A Dudgramsend.c65 perror("sending datagram message");
H A Ddgramsend.c78 perror("sending datagram message");
/freebsd-10.1-release/usr.bin/msgs/
H A Dmsgs.c128 static bool sending = NO; variable
230 case 's': /* sending TO msgs */
357 sending = YES;
686 if (sending) {
/freebsd-10.1-release/usr.bin/chat/
H A Dchat.c169 char *clean(char *s, int sending);
556 clean(char *s, int sending) argument
560 int add_return = sending;
587 if (sending) {
600 if (sending && *s == '\0')
610 if (sending)
617 if (sending && phone_num) {
628 if (sending && phone_num2) {
659 if (sending) {
679 if (cur_chr != 0 || sending) {
[all...]
/freebsd-10.1-release/contrib/ipfilter/iplang/
H A Diplang_y.y71 send_t sending;
1285 ifp = sending.snd_if;
1287 fprintf(stderr, "no interface defined for sending!\n");
1292 gwip = sending.snd_gw;
1296 "no destination address defined for sending\n");
1456 sending.snd_if = iflist;
1457 sending.snd_gw = defrouter;
1469 sending.snd_if = ifp;
1480 sending.snd_gw = getipv4addr(*arg);
/freebsd-10.1-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl450 } elsif (/sending ([0-9]+) bytes to IPv[46]:([0-9\.:a-fA-F]+)/) {
/freebsd-10.1-release/sys/cam/
H A DREADME.quirks147 response (check condition) without sending the command to the
/freebsd-10.1-release/sys/dev/isp/
H A DDriverManual.txt467 sending a command (Initialize Control Block) that establishes Node
/freebsd-10.1-release/sys/kern/
H A Dkern_sig.c2124 * If sending a tty stop signal to a member of an orphaned
2299 * only thread sending signal to another
2300 * process can reach here, if thread is sending
2416 sig_suspend_threads(struct thread *td, struct proc *p, int sending) argument
2440 if (sending || td != td2)

Completed in 132 milliseconds