| /src/external/ibm-public/postfix/dist/src/global/ |
| dsn_filter.h | 22 extern DSN *dsn_filter_lookup(DSN_FILTER *, DSN *);
|
| trace.h | 25 const char *, const POL_STATS *, DSN *);
|
| defer.h | 25 const char *, const POL_STATS *, DSN *); 33 const char *, const POL_STATS *, DSN *); 41 const char *, const POL_STATS *, DSN *);
|
| bounce.h | 32 const char *, const POL_STATS *, DSN *); 40 const char *, const POL_STATS *, DSN *); 83 const char *, const POL_STATS *, DSN *); 87 const char *, const POL_STATS *, DSN *);
|
| verify.h | 32 DSN *, int);
|
| log_adhoc.h | 25 #include <dsn.h> 33 const POL_STATS *, DSN *, const char *);
|
| sent.h | 34 const POL_STATS *, DSN *);
|
| dsn_print.c | 7 /* write DSN structure to stream 17 /* dsn_print() writes a DSN structure to the named stream using 21 /* ... SEND_ATTR_FUNC(dsn_print, (const void *) dsn), ... 53 /* dsn_print - write DSN to stream */ 58 DSN *dsn = (DSN *) ptr; local 63 * be sanitized after all the ad-hoc DSN read/write code is replaced. 66 SEND_ATTR_STR(MAIL_ATTR_DSN_STATUS, dsn->status), 67 SEND_ATTR_STR(MAIL_ATTR_DSN_DTYPE, dsn->dtype) [all...] |
| dsn.c | 1 /* $NetBSD: dsn.c,v 1.2 2017/02/14 01:16:45 christos Exp $ */ 5 /* dsn 9 /* #include <dsn.h> 21 /* } DSN; 23 /* DSN *dsn_create(status, action, reason, dtype, dtext, mtype, mname) 32 /* DSN *DSN_COPY(dsn) 33 /* DSN *dsn; 35 /* void dsn_free(dsn) 132 DSN *dsn; local [all...] |
| dsn.h | 1 /* $NetBSD: dsn.h,v 1.1.1.1 2009/06/23 10:08:45 tron Exp $ */ 8 /* dsn 3h 12 /* #include <dsn.h> 27 } DSN; 29 extern DSN *dsn_create(const char *, const char *, const char *, const char *, 31 extern void dsn_free(DSN *); 33 #define DSN_ASSIGN(dsn, _status, _action, _reason, _dtype, _dtext, _mtype, _mname) \ 34 (((dsn)->status = (_status)), \ 35 ((dsn)->action = (_action)), \ 36 ((dsn)->reason = (_reason)), [all...] |
| sent.c | 11 /* int sent(flags, queue_id, stats, recipient, relay, tstats, dsn) 18 /* DSN *dsn; 52 /* .IP dsn 53 /* Delivery status. See dsn(3). The action is ignored in case 110 const POL_STATS *tstats, DSN *dsn) 112 DSN my_dsn = *dsn; 113 DSN *dsn_res [all...] |
| defer.c | 11 /* int defer_append(flags, id, stats, rcpt, relay, tstats, dsn) 18 /* DSN *dsn; 44 /* tstats, dsn) 57 /* DSN *dsn; 59 /* int defer_append_intern(flags, id, stats, rcpt, relay, tstats, dsn) 66 /* DSN *dsn; 95 /* defer_append_intern() is for use after the DSN filter [all...] |
| verify.c | 11 /* int verify_append(queue_id, stats, recipient, relay, tstats, dsn, 18 /* DSN *dsn; 40 /* .IP dsn 41 /* Delivery status information. See dsn(3). 102 const POL_STATS *tstats, DSN *dsn, 106 DSN my_dsn = *dsn; 111 * XXX No DSN check; this routine is called from bounce/defer/sent, whic [all...] |
| bounce.c | 11 /* int bounce_append(flags, id, stats, recipient, relay, tstats, dsn) 18 /* DSN *dsn; 45 /* tstats, dsn) 58 /* DSN *dsn; 66 /* int bounce_append_intern(flags, id, stats, recipient, relay, tstats, dsn) 73 /* DSN *dsn; 76 /* dsn_envid, ret, stats, recipient, relay, tstats, dsn) [all...] |
| dsn_filter.c | 15 /* DSN *dsn_filter_lookup( 17 /* DSN *dsn) 26 /* DSN attributes are passed through without modification. 31 /* DSN must be a success, bounce or defer DSN. If a match is 50 /* .IP dsn 51 /* A success, bounce or defer DSN data structure. The 57 /* Panic: invalid dsn argument; recursive call. Fatal error: 58 /* memory allocation problem. Warning: invalid DSN looku 99 DSN dsn; \/* Shallow copy *\/ member in struct:DSN_FILTER [all...] |
| trace.c | 11 /* int trace_append(flags, id, stats, rcpt, relay, tstats, dsn) 18 /* DSN *dsn; 57 /* Optional DSN envelope ID. 59 /* Optional DSN return full/headers option. 69 /* .IP dsn 70 /* Delivery status information. See dsn(3). 121 const POL_STATS *tstats, DSN *dsn) 124 DSN my_dsn = *dsn [all...] |
| /src/external/ibm-public/postfix/dist/src/oqmgr/ |
| qmgr_error.c | 14 /* QMGR_QUEUE *qmgr_error_queue(service, dsn) 16 /* DSN *dsn; 18 /* char *qmgr_error_nexthop(dsn) 19 /* DSN *dsn; 33 /* .IP dsn 34 /* See dsn(3). 87 QMGR_QUEUE *qmgr_error_queue(const char *service, DSN *dsn) [all...] |
| qmgr_bounce.c | 11 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn) 14 /* DSN *dsn; 27 /* .IP dsn 28 /* Delivery status information. See dsn(3). 60 DSN *dsn) 67 "none", NO_TLS_STATS, dsn);
|
| qmgr_defer.c | 11 /* void qmgr_defer_recipient(message, recipient, dsn) 14 /* DSN *dsn; 16 /* void qmgr_defer_todo(queue, dsn) 18 /* DSN *dsn; 20 /* void qmgr_defer_transport(transport, dsn) 22 /* DSN *dsn; 48 /* .IP dsn [all...] |
| qmgr.h | 29 #include <dsn.h> 164 DSN *dsn; /* why unavailable */ member in struct:QMGR_TRANSPORT 178 extern void qmgr_transport_throttle(QMGR_TRANSPORT *, DSN *); 214 DSN *dsn; /* why unavailable */ member in struct:QMGR_QUEUE 226 extern void qmgr_queue_throttle(QMGR_QUEUE *, DSN *); 303 char *dsn_envid; /* DSN envelope ID */ 304 int dsn_ret; /* DSN headers/full */ 351 extern void qmgr_defer_transport(QMGR_TRANSPORT *, DSN *); [all...] |
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_error.c | 14 /* QMGR_QUEUE *qmgr_error_queue(service, dsn) 16 /* DSN *dsn; 18 /* char *qmgr_error_nexthop(dsn) 19 /* DSN *dsn; 33 /* .IP dsn 34 /* See dsn(3). 87 QMGR_QUEUE *qmgr_error_queue(const char *service, DSN *dsn) [all...] |
| qmgr_bounce.c | 11 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn) 14 /* DSN *dsn; 27 /* .IP dsn 28 /* Delivery status information. See dsn(3). 60 DSN *dsn) 67 "none", NO_TLS_STATS, dsn);
|
| qmgr_defer.c | 11 /* void qmgr_defer_recipient(message, recipient, dsn) 14 /* DSN *dsn; 16 /* void qmgr_defer_todo(queue, dsn) 18 /* DSN *dsn; 20 /* void qmgr_defer_transport(transport, dsn) 22 /* DSN *dsn; 48 /* .IP dsn [all...] |
| qmgr.h | 29 #include <dsn.h> 205 DSN *dsn; /* why unavailable */ member in struct:QMGR_TRANSPORT 219 extern void qmgr_transport_throttle(QMGR_TRANSPORT *, DSN *); 253 DSN *dsn; /* why unavailable */ member in struct:QMGR_QUEUE 265 extern void qmgr_queue_throttle(QMGR_QUEUE *, DSN *); 348 char *dsn_envid; /* DSN envelope ID */ 349 int dsn_ret; /* DSN headers/full */ 460 extern void qmgr_defer_transport(QMGR_TRANSPORT *, DSN *); [all...] |
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_out_recipient.c | 25 /* generates DSN SUCCESS notifications. 31 /* DSN original recipient information. 33 /* DSN notify flags. 84 #include <dsn.h> 98 DSN *dsn) 109 rcpt, "none", NO_TLS_STATS, dsn) != 0) { 118 DSN *dsn, int verify_status) 123 rcpt, "none", NO_TLS_STATS, dsn, verify_status) != 0) 229 DSN dsn; local [all...] |