Searched refs:timeout_ptr (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | engine.c | 609 sendreply(r, sd, timeout_ptr, ctx) in sendreply() argument 612 struct timeval *timeout_ptr; 655 ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_CONTINUE, NULL, 0); 663 ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_REPLYCODE, 671 ret = mi_wr_cmd(sd, timeout_ptr, r == SMFIS_REJECT ? 676 ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_DISCARD, NULL, 0); 679 ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_ACCEPT, NULL, 0); 682 ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_SKIP, NULL, 0); 702 ret = mi_wr_cmd(sd, timeout_ptr, SMFIC_OPTNEG, 718 ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_CONTINUE, NULL,
|