#include <sys_defs.h>
#include <setjmp.h>
#include <unistd.h>
#include <time.h>
#include <stdlib.h>
#include <stdarg.h>
#include <msg.h>
#include <argv.h>
#include <vstring.h>
#include <vstream.h>
#include <stringops.h>
#include <line_wrap.h>
#include <mymalloc.h>
#include <smtp_stream.h>
#include <record.h>
#include <rec_type.h>
#include <mail_proto.h>
#include <mail_params.h>
#include <mail_addr.h>
#include <post_mail.h>
#include <mail_error.h>
#include <smtp_reply_footer.h>
#include "smtpd.h"
#include "smtpd_expand.h"
#include "smtpd_chat.h"
マクロ定義 | |
#define | STR vstring_str |
#define | LEN VSTRING_LEN |
#define | NULL_TRACE_FLAGS 0 |
#define | NO_QUEUE_ID ((VSTRING *) 0) |
#define | LENGTH 78 |
#define | INDENT 4 |
関数 | |
void | smtpd_chat_reset (SMTPD_STATE *state) |
void | smtpd_chat_query (SMTPD_STATE *state) |
void | smtpd_chat_reply (SMTPD_STATE *state, const char *format,...) |
void | smtpd_chat_notify (SMTPD_STATE *state) |
#define INDENT 4 |
#define LEN VSTRING_LEN |
smtpd_chat.c の 95 行目に定義があります。
#define LENGTH 78 |
#define NO_QUEUE_ID ((VSTRING *) 0) |
#define NULL_TRACE_FLAGS 0 |
#define STR vstring_str |
smtpd_chat.c の 94 行目に定義があります。
void smtpd_chat_notify | ( | SMTPD_STATE * | state | ) |
smtpd_chat.c の 239 行目に定義があります。
void smtpd_chat_query | ( | SMTPD_STATE * | state | ) |
smtpd_chat.c の 126 行目に定義があります。
void smtpd_chat_reply | ( | SMTPD_STATE * | state, |
const char * | format, | ||
... | |||
) |
smtpd_chat.c の 148 行目に定義があります。
void smtpd_chat_reset | ( | SMTPD_STATE * | state | ) |
smtpd_chat.c の 99 行目に定義があります。