Home
last modified time | relevance | path

Searched defs:QMGR_TRANSPORT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.h35 typedef struct QMGR_TRANSPORT QMGR_TRANSPORT; typedef
171 struct QMGR_TRANSPORT { struct
172 int flags; /* blocked, etc. */
173 int pending; /* incomplete DA connections */
174 char *name; /* transport name */
175 int dest_concurrency_limit; /* concurrency per domain */
176 int init_dest_concurrency; /* init. per-domain concurrency */
177 int recipient_limit; /* recipients per transaction */
178 int rcpt_per_stack; /* extra slots reserved for jobs put
180 int rcpt_unused; /* available in-core recipient slots */
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr.h35 typedef struct QMGR_TRANSPORT QMGR_TRANSPORT; typedef
154 struct QMGR_TRANSPORT { struct
163 QMGR_TRANSPORT_LIST peers; /* linkage */ argument
175 typedef void (*QMGR_TRANSPORT_ALLOC_NOTIFY) (QMGR_TRANSPORT *, VSTREAM *); argument