• Home
  • Raw
  • Download

Lines Matching refs:altcp_pcb

298 static err_t  smtp_tcp_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err);
300 static err_t smtp_tcp_poll(void *arg, struct altcp_pcb *pcb);
301 static err_t smtp_tcp_sent(void *arg, struct altcp_pcb *pcb, u16_t len);
302 static err_t smtp_tcp_connected(void *arg, struct altcp_pcb *pcb, err_t err);
310 static void smtp_send_body(struct smtp_session *s, struct altcp_pcb *pcb);
311 static void smtp_process(void *arg, struct altcp_pcb *pcb, struct pbuf *p);
313 static void smtp_send_body_data_handler(struct smtp_session *s, struct altcp_pcb *pcb);
456 static struct altcp_pcb*
459 struct altcp_pcb* pcb; in smtp_setup_pcb()
487 struct altcp_pcb* pcb = NULL; in smtp_send_mail_alloced()
772 smtp_close(struct smtp_session *s, struct altcp_pcb *pcb, u8_t result, in smtp_close()
805 smtp_tcp_poll(void *arg, struct altcp_pcb *pcb) in smtp_tcp_poll()
819 smtp_tcp_sent(void *arg, struct altcp_pcb *pcb, u16_t len) in smtp_tcp_sent()
830 smtp_tcp_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err) in smtp_tcp_recv()
844 smtp_tcp_connected(void *arg, struct altcp_pcb *pcb, err_t err) in smtp_tcp_connected()
866 struct altcp_pcb *pcb; in smtp_dns_found()
1031 smtp_prepare_helo(struct smtp_session *s, u16_t *tx_buf_len, struct altcp_pcb *pcb) in smtp_prepare_helo()
1215 smtp_send_body(struct smtp_session *s, struct altcp_pcb *pcb) in smtp_send_body()
1265 smtp_process(void *arg, struct altcp_pcb *pcb, struct pbuf *p) in smtp_process()
1448 smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *howmany) in smtp_send_bodyh_data()
1511 smtp_send_body_data_handler(struct smtp_session *s, struct altcp_pcb *pcb) in smtp_send_body_data_handler()