Searched refs:bounce_message (Results 1 – 1 of 1) sorted by relevance
55 struct bounce_message { struct56 SPLAY_ENTRY(bounce_message) sp_entry;57 TAILQ_ENTRY(bounce_message) entry;68 struct bounce_message *msg; argument75 SPLAY_HEAD(bounce_message_tree, bounce_message);76 static int bounce_message_cmp(const struct bounce_message *,77 const struct bounce_message *);78 SPLAY_PROTOTYPE(bounce_message_tree, bounce_message, sp_entry,86 static void bounce_delivery(struct bounce_message *, int, const char *);96 static TAILQ_HEAD(, bounce_message) pending;[all …]