Searched refs:smtp_loop (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_proto.c | 1465 static int smtp_loop(SMTP_STATE *state, NOCLOBBER int send_state, in smtp_loop() function 2483 result = smtp_loop(state, send_state, recv_state); in smtp_xfer() 2503 return (smtp_loop(state, SMTP_STATE_RSET, SMTP_STATE_RSET)); in smtp_rset() 2515 return (smtp_loop(state, SMTP_STATE_QUIT, var_skip_quit_resp ? in smtp_quit()
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | WISHLIST | 934 In the SMTP client, handle 421 replies in smtp_loop() by 937 with RSET probes), leave the smtp_loop() per-command reply 938 handlers unchanged, and have the smtp_loop() reader loop
|
H A D | HISTORY | 9644 smtp_loop(). File: smtp/smtp_chat.c. 9646 Safety: set up an I/O error handler before the smtp_loop()
|