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

/freebsd-9.3-release/share/doc/psd/20.ipctut/
H A Dudgramsend.c65 perror("sending datagram message");
H A Ddgramsend.c78 perror("sending datagram message");
/freebsd-9.3-release/usr.bin/msgs/
H A Dmsgs.c128 bool sending = NO; variable
230 case 's': /* sending TO msgs */
357 sending = YES;
686 if (sending) {
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c82 isc_boolean_t sending; member in struct:controlconnection
175 if (conn->sending) {
277 REQUIRE(conn->sending);
281 conn->sending = ISC_FALSE;
293 "error sending command response to %s: %s",
495 conn->sending = ISC_TRUE;
542 conn->sending = ISC_FALSE;
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c170 char *clean(char *s, int sending);
555 clean(char *s, int sending) argument
559 int add_return = sending;
586 if (sending) {
599 if (sending && *s == '\0')
609 if (sending)
616 if (sending && phone_num) {
627 if (sending && phone_num2) {
658 if (sending) {
678 if (cur_chr != 0 || sending) {
[all...]
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y75 send_t sending;
1289 ifp = sending.snd_if;
1291 fprintf(stderr, "no interface defined for sending!\n");
1296 gwip = sending.snd_gw;
1300 "no destination address defined for sending\n");
1460 sending.snd_if = iflist;
1461 sending.snd_gw = defrouter;
1473 sending.snd_if = ifp;
1484 sending.snd_gw = getipv4addr(*arg);
/freebsd-9.3-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl450 } elsif (/sending ([0-9]+) bytes to IPv[46]:([0-9\.:a-fA-F]+)/) {
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks147 response (check condition) without sending the command to the
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY366 Resolve locking problems on Solaris when sending RST/icmp packets
564 tidy up sending ICMP error messages - some bad inputs could result in
1169 fix sending of RST's with return-rst to use the ack number provided in
1963 sending a duplicate copy of a packet to another network devices is now
1966 sending a packet to an arbitary interface is now supported, irrespective
2086 recursive mutex in sending TCP RSTs fixed, reported by Tony Becker
2117 Patches from Guido van Rooij to fix sending back TCP RSTs on Net-2/Net-3
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt467 sending a command (Initialize Control Block) that establishes Node
/freebsd-9.3-release/sys/kern/
H A Dkern_sig.c2090 * If sending a tty stop signal to a member of an orphaned
2265 * only thread sending signal to another
2266 * process can reach here, if thread is sending
2382 sig_suspend_threads(struct thread *td, struct proc *p, int sending) argument
2408 if (sending || td != td2)

Completed in 106 milliseconds