Searched refs:smtp_send_body (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/apps/smtp/
H A Dsmtp.c310 static void smtp_send_body(struct smtp_session *s, struct altcp_pcb *pcb);
1215 smtp_send_body(struct smtp_session *s, struct altcp_pcb *pcb) function
1239 LWIP_DEBUGF(SMTP_DEBUG_STATE, ("smtp_send_body: %d of %d bytes written\n",
1248 LWIP_DEBUGF(SMTP_DEBUG_STATE, ("smtp_send_body: body completely written (%d bytes), appending end-of-body\n",
1253 LWIP_DEBUGF(SMTP_DEBUG_STATE, ("smtp_send_body: end-of-body written, changing state to %s\n",
1299 smtp_send_body(s, pcb);
1430 smtp_send_body(s, pcb);

Completed in 26 milliseconds