Searched refs:recipient (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Derr.c211 err_mailto(const char *recipient) argument
221 if (recipient != NULL &&
222 strcmp(recipient, lastrecipient) == 0)
223 return; /* keep going, same recipient */
242 if (recipient != NULL) {
243 /* start saving error output for this recipient */
247 lastrecipient = recipient;
H A Derr.h44 void err_mailto(const char *recipient);
/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.h332 bool ChannelOpenReplaySuccess(UINT32 recipient, UINT32 sender);
333 bool ChannelOpenReplayFailure(UINT32 recipient, UINT32 reason);
334 bool ChannelClose(UINT32 recipient);
335 int ChannelData(UINT32 recipient, UINT32 len, unsigned char *buffer);
336 bool ChannelWindowAdjust(UINT32 recipient, UINT32 len);
/illumos-gate/usr/src/cmd/sendmail/src/
H A DMakefile39 recipient.o sasl.o savemail.o sfsasl.o sm_resolve.o srvrsmtp.o stab.o \
H A Drecipient.c18 SM_RCSID("@(#)$Id: recipient.c,v 8.349 2007/07/10 17:01:22 ca Exp $")
126 ** sameaddr() calls and loops in recipient() for the case when
286 /* DSN recipient information */
300 a = recipient(a, sendq, aliaslevel, e);
437 ** RECIPIENT -- Designate a message recipient
441 ** new -- the (preparsed) address header for the recipient.
443 ** recipient in. Duplicate suppression is done
455 recipient(new, sendq, aliaslevel, e) function
491 /* if this is primary, use it as original recipient */
500 /* find parent recipient fo
[all...]
H A Dsendmail.h278 #define QRCPTOK 0x80000000 /* recipient() processed address */
347 extern ADDRESS *recipient __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
399 short m_rh_rwset; /* rewrite set: recipient header addresses */
400 short m_re_rwset; /* rewrite set: recipient envelope addresses */
433 #define M_UDBRECIPIENT 'j' /* do udbsender rewriting on recipient lines */
442 #define M_RUNASRCPT 'o' /* always run mailer as recipient */
801 #define H_RCPT 0x00000002 /* contains recipient addresses */
918 char *e_origrcpt; /* original recipient (one only) */
1009 ** each recipient is worth WkRecipFact priority points. Each time
1611 /* how to handle messages without any recipient addresse
[all...]
H A Dparseaddr.c57 ** isrcpt -- true if the address denotes a recipient; false
178 ** Select a queue directory for recipient addresses.
249 ** isrcpt -- true iff the address is for a recipient.
318 ** isrcpt -- true if the address is for a recipient; false
1926 ** a recipient.
2165 /* rewrite according recipient mailer rewriting rules */
2891 (void) recipient(a1, sendq, aliaslevel, e);
H A Ddeliver.c177 ** is instantiated in the queue as a recipient.
189 (void) recipient(&e->e_from, &e->e_sendqueue, 0, e);
1237 ** be used to send the same message to more than one recipient at the
1238 ** same time. So "no piggybacking" means one message for one recipient
1296 register MAILER *m; /* mailer for this recipient */
1524 ** with the same mail host when the next recipient has the
1635 sm_dprintf("deliver: discarding recipient ");
3339 /* send the recipient list */
3353 /* mark recipient state as "ok so far" */
3563 ** Global information applies to the last recipient onl
[all...]
H A Dmilter.c3422 ** response -- encoded form of recipient address.
3490 ** MILTER_ADDRCPT_PAR -- Add the supplied recipient to the message
3493 ** response -- encoded form of recipient address.
3545 a = recipient(a, &e->e_sendqueue, 0, e);
3561 ** MILTER_ADDRCPT -- Add the supplied recipient to the message
3564 ** response -- encoded form of recipient address.
3611 ** MILTER_DELRCPT -- Delete the supplied recipient from the message
3614 ** response -- encoded form of recipient address.
4189 ** args -- SMTP MAIL command args (args[0] == recipient).
H A Dsrvrsmtp.c238 #define CMDRCPT 2 /* rcpt -- designate recipient */
360 /* e_nrcpts from envelope before recipient() call */
2537 case CMDRCPT: /* rcpt -- designate recipient */
2635 ** to recipient()) if a milter can delete or reject
2638 ** members of the original recipient and mark them
2664 usrerr("501 5.0.0 Missing recipient");
2718 /* do config file checking of the recipient */
2736 /* save in recipient list after ESMTP mods */
2737 a = recipient(a, &e->e_sendqueue, 0, e);
3357 usrerr("503 5.0.0 Need RCPT (recipient)");
[all...]
H A Dqueue.c60 char *w_host; /* name of recipient host */
305 ** E error recipient
316 ** Q original recipient (ORCPT=)
317 ** r final recipient (Final-Recipient: DSN field)
318 ** R recipient
704 /* output list of recipient addresses */
711 /* message for this recipient, if it exists */
768 ** All headers that must be relative to the recipient
2465 #define NEED_R 0004 /* 'R': recipient */
4235 case 'E': /* specify error recipient */
[all...]
/illumos-gate/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE33 * the provisions above, a recipient may use your version of this file under
71 * the provisions above, a recipient may use your version of this file under
108 * the provisions above, a recipient may use your version of this file under
145 * the provisions above, a recipient may use your version of this file under
183 * the provisions above, a recipient may use your version of this file under
219 * the provisions above, a recipient may use your version of this file under
258 * the provisions above, a recipient may use your version of this file under
294 * the provisions above, a recipient may use your version of this file under
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c80 (void) fprintf(stderr, "%s recipient = %d\n",
604 * The recipient argument is almost always unused, and is therefore typically
607 * owner. In these cases, the recipient argument will be the nodeid of the
619 md_mn_nodeid_t recipient,
626 recipient, data, size, result, MD_NULL_MSGID, ep));
656 md_mn_nodeid_t recipient,
715 msg.msg_recipient = recipient;
615 mdmn_send_message( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_error_t *ep) argument
652 mdmn_send_message_with_msgid( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_mn_msgid_t *msgid, md_error_t *ep) argument
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s39 / the GPL. If you do not delete the provisions above, a recipient
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c694 * the action recipient is ignored. This is to facilitate insert,
1398 * Tear off any resource control values on this set with an action recipient
2552 proc_t *recipient = v->rcv_action_recipient; local
2583 if (recipient == NULL || recipient == p) {
2604 if ((rp = prfind(recip_pid)) == recipient) {
2608 * this case, the recipient's resource control
2611 * as the recipient process is trying to tear
2650 (recipient == NULL || recipient
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h591 uint8_t recipient; member in struct:port_database_23
/illumos-gate/usr/src/head/
H A Dmeta.h1847 uint_t flags, md_mn_nodeid_t recipient,
1852 md_mn_nodeid_t recipient, char *data,
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c3917 * The recipient argument is almost always unused, and is therefore typically
3920 * owner. In these cases, the recipient argument will be the nodeid of the
3935 md_mn_nodeid_t recipient,
3961 kmsg->kmsg_recipient = recipient;
3931 mdmn_ksend_message( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_kresult_t *result) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c1920 tq->class3_recipient_ctl = pd23->recipient;

Completed in 172 milliseconds