Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 184) sorted by relevance

12345678

/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Ddoublebounce.pl196 my($addr, $sent);
201 $sent = send_bounce($addresses[2]{$addr}, $addresses[2]{"From"});
202 last if $sent;
204 if (!$sent && $opt_d) {
212 $sent = send_bounce($addresses[1]{$addr}, $addresses[2]{"From"});
213 last if $sent;
215 if (!$sent) {
Ddomainmap.m424 In this example, mail sent to user@foo.com will be rewritten by the
30 So mail sent to jsmith@foo.com will be relayed to
31 johnsmith@mailbox.foo.com, and mail sent to jdoe@foo.com will be
36 tacking it back on to the result. Using the example above, mail sent
/mirbsd/src/gnu/usr.bin/perl/lib/Net/FTP/
DI.pm57 my $sent = $size;
61 while($sent > 0) {
65 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent ,$off);
67 $sent -= $n;
/mirbsd/src/gnu/usr.bin/perl/lib/Text/TabsWrap/
DCHANGELOG8 Jarkko Hietaniemi <jhi at cc.hut.fi> sent in perl change #17917 which
12 Don Buchholz <don at truedisk.com> sent in a doc patches.
16 Philip Newton <Philip.Newton at gmx.net> sent in a clean patch that
26 that Text::Wrap does on its results. Drew sent a patch which
54 Over the last couple of years, many people sent in various
61 use what any of them sent in, but I did take ideas from
62 all of them. Many sent in complete new implamentations.
/mirbsd/src/sbin/dump/
Dtape.c104 int sent; /* 1 == we've sent this slave requests */ member
292 slp->sent = 1; /* we sent a request, read the response later */ in flushtape()
300 if (slp->sent) { in flushtape()
306 slp->sent = 0; in flushtape()
317 if (slaves[i].sent) { in flushtape()
324 slaves[i].sent = 0; in flushtape()
372 if (slaves[f].sent) { in trewind()
378 slaves[f].sent = 0; in trewind()
486 slp->sent = 1; in rollforward()
521 if (slp->sent) { in rollforward()
[all …]
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_set_client_cert_cb.pod31 will be sent. A negative return value will suspend the handshake and the
41 from the client. A client certificate must only be sent, when the server
46 it will be sent to the server. The TLS standard requires that only a
47 certificate is sent, if it matches the list of acceptable CAs sent by the
51 be sent.
68 thus a standard conforming answer can be sent to the server. For a
DSSL_CTX_set_client_CA_list.pod6 SSL_add_client_CA - set list of CAs sent to the client when requesting a
20 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when
23 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when
28 list of CAs sent to the client when requesting a client certificate for
32 list of CAs sent to the client when requesting a client certificate for
DSSL_CTX_set_msg_callback.pod22 sent. SSL_CTX_set_msg_callback_arg() and SSL_set_msg_callback_arg()
40 when a protocol message has been sent.
65 The B<SSL> object that received or sent the message.
DSSL_alert_type_string.pod34 a special situation, it sends an alert. The alert is sent as a special message
38 A warning alert is sent, when a non-fatal error condition occurs. The
39 "close notify" alert is sent as a warning alert. Other examples for
41 "unsupported certificate"), for which a warning alert may be sent.
46 Several alert messages must be sent as fatal alert messages as specified
DSSL_write.pod57 completed. The bytes are sent and a new SSL_write() operation with a new
58 buffer (with the already sent bytes removed) must be started.
68 When calling SSL_write() with num=0 bytes to be sent the behaviour is
DSSL_CTX_set_max_cert_list.pod48 chain size allowed to be sent by the peer, see e.g. the work on
55 memory actually required by the data sent by the peer.
/mirbsd/src/gnu/usr.bin/perl/lib/Net/t/
Dtime.t36 is( $sock->{sent}, "\n", 'should send \n with UDP protocol set' );
42 is( $sock->{sent}, undef, '_socket() should send nothing unless UDP protocol' );
89 $self->{sent} .= shift;
/mirbsd/src/gnu/usr.bin/perl/lib/Net/demos/
Dsmtp.self78 The message was sent directly via SMTP using Net::SMTP
80 The message was sent directly via SMTP using Net::SMTP
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Drelay-domains7 # is not destined for (or sent by) a user in the local domain the message
11 # This file is read only at startup or when sendmail(8) is sent SIGHUP.
Dpython.cs.mc35 # accept mail sent to the domain head
39 # accept mail sent to the domain head
/mirbsd/src/sys/netisdn/
Di4b_capi_l4if.c160 int sent = 0; in capi_start_tx() local
168 sent++; in capi_start_tx()
177 if (sent) in capi_start_tx()
184 return sent; in capi_start_tx()
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dcvsclient.texi445 File contents (noted below as @var{file transmission}) can be sent in
450 precede the length, and the `file contents' sent are actually compressed
463 If the file is text (not binary), then the file is sent as a series of
498 The former format is preferred; the latter however is sent by the CVS
547 The @code{Root} request must be sent only once, and it must be sent
556 The @code{Root} request need not have been previously sent.
561 The @code{Root} request need not have been previously sent.
598 @code{Directory} which is sent before the command);
599 to indicate that top level, @samp{.} should be sent for
729 must be sent first. For example, the following would not work to update
[all …]
/mirbsd/src/usr.bin/ssh/
DPROTOCOL49 signalling: "eow@openssh.com" (End Of Write). This message is sent by
63 remain open after a "eow@openssh.com" has been sent and more data may
64 still be sent in the other direction. This message does not consume
65 window space and may be sent even if no window space is available.
69 message is only sent to OpenSSH peers (identified by banner).
97 of this message, the no-more-sessions request is only sent to OpenSSH
Droaming_common.c109 roam_set_bytes(u_int64_t sent, u_int64_t recvd) in roam_set_bytes() argument
112 write_bytes = sent; in roam_set_bytes()
Dsshconnect2.c438 int pktype, sent = 0; in input_userauth_pk_ok() local
486 sent = sign_and_send_pubkey(authctxt, id); in input_userauth_pk_ok()
497 if (sent == 0) in input_userauth_pk_ok()
890 int sent = 0; in userauth_pubkey() local
905 sent = send_pubkey_test(authctxt, id); in userauth_pubkey()
911 sent = sign_and_send_pubkey(authctxt, id); in userauth_pubkey()
916 if (sent) in userauth_pubkey()
917 return (sent); in userauth_pubkey()
/mirbsd/src/lib/libssl/src/doc/apps/
Dnseq.pod60 A Netscape certificate sequence is a Netscape specific form that can be sent
62 certificates are sent to the browser: for example during certificate enrollment.
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dtaint.t676 my $sent = "foobar";
682 if (shmwrite($id, $sent, 0, 60)) {
697 $rcvd eq $sent;
710 my $sent = "message";
716 if (msgsnd($id, pack("l! a*", $type_sent, $sent), IPC_NOWAIT)) {
732 unless $rcvd eq $sent && $type_sent == $type_rcvd;
/mirbsd/src/sys/nfs/
Dnfsrtt.h62 int sent; /* # rpcs in progress */ member
/mirbsd/src/usr.sbin/ppp/ppp/
Dradlib.c251 struct servent *sent; in rad_add_server() local
255 (sent = getservbyname("radius", "udp")) != NULL ? in rad_add_server()
256 sent->s_port : htons(RADIUS_PORT); in rad_add_server()
259 (sent = getservbyname("radacct", "udp")) != NULL ? in rad_add_server()
260 sent->s_port : htons(RADACCT_PORT); in rad_add_server()
/mirbsd/src/gnu/usr.bin/cvs/diff/
DREADME5 What this means is that bug fixes and enhancements to this code should be sent

12345678