Searched defs:smtp_session (Results 1 – 1 of 1) sorted by relevance
233 struct smtp_session { struct235 enum smtp_session_state state; argument237 u16_t timer;239 char tx_buf[SMTP_TX_BUF_LEN + 1];240 struct pbuf* p;242 const char* from;244 u16_t from_len;246 const char* to;248 u16_t to_len;250 const char *subject;[all …]