Searched refs:mda_envelope (Results 1 – 1 of 1) sorted by relevance
36 struct mda_envelope { struct37 TAILQ_ENTRY(mda_envelope) entry;62 TAILQ_HEAD(, mda_envelope) envelopes; argument71 struct mda_envelope *evp;77 static int mda_check_loop(FILE *, struct mda_envelope *);83 static void mda_log(const struct mda_envelope *, const char *, const char *);92 static struct mda_envelope *mda_envelope(uint64_t, const struct envelope *);93 static void mda_envelope_free(struct mda_envelope *);107 struct mda_envelope *e; in mda_imsg()177 e = mda_envelope(u->id, &evp); in mda_imsg()[all …]