Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dsendmail.h862 struct envelope struct
864 HDR *e_header; /* head of header list */
865 long e_msgpriority; /* adjusted priority of this message */
866 time_t e_ctime; /* time message appeared in the queue */
867 char *e_to; /* (list of) target person(s) */
868 ADDRESS e_from; /* the person it is from */
869 char *e_sender; /* e_from.q_paddr w comments stripped */
870 char **e_fromdomain; /* the domain part of the sender */
871 ADDRESS *e_sendqueue; /* list of message recipients */
895 ENVELOPE *e_sibling; /* the next envelope of interest */ argument
[all …]
/titanic_50/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c789 xmlNodePtr root, cmd, action, data, envelope, content; in handle_ldm_event() local