Home
last modified time | relevance | path

Searched refs:SMTP_CRLF_LEN (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/apps/smtp/
H A Dsmtp.c96 #define SMTP_CRLF_LEN 2 macro
1007 crlf = pbuf_memfind(s->p, SMTP_CRLF, SMTP_CRLF_LEN, (u16_t)(offset + 4)); in smtp_is_response_finished()
1062 u16_t crlf = pbuf_memfind(s->p, SMTP_CRLF, SMTP_CRLF_LEN, auth); in smtp_prepare_auth_or_mail()
1114 LWIP_ASSERT("tx_buf overflow detected", base64_len <= SMTP_TX_BUF_LEN - SMTP_CRLF_LEN); in smtp_prepare_auth_login_uname()
1115 *tx_buf_len = (u16_t)(base64_len + SMTP_CRLF_LEN); in smtp_prepare_auth_login_uname()
1117 SMEMCPY(&s->tx_buf[base64_len], SMTP_CRLF, SMTP_CRLF_LEN); in smtp_prepare_auth_login_uname()
1130 LWIP_ASSERT("tx_buf overflow detected", base64_len <= SMTP_TX_BUF_LEN - SMTP_CRLF_LEN); in smtp_prepare_auth_login_pass()
1131 *tx_buf_len = (u16_t)(base64_len + SMTP_CRLF_LEN); in smtp_prepare_auth_login_pass()
1133 SMEMCPY(&s->tx_buf[base64_len], SMTP_CRLF, SMTP_CRLF_LEN); in smtp_prepare_auth_login_pass()