Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include <errno.h>
#include <msg.h>
#include <msg_vstream.h>
#include <vstring.h>
#include <vstream.h>
#include <vstring_vstream.h>
#include <get_hostname.h>
#include <split_at.h>
#include <connect.h>
#include <mymalloc.h>
#include <events.h>
#include <iostuff.h>
#include <sane_connect.h>
#include <host_port.h>
#include <myaddrinfo.h>
#include <inet_proto.h>
#include <valid_hostname.h>
#include <valid_mailhost_addr.h>
#include <compat_va_copy.h>
#include <smtp_stream.h>
#include <mail_date.h>
#include <mail_version.h>
データ構造 | |
struct | SESSION |
struct | RESPONSE |
マクロ定義 | |
#define | BUF ((char *) vstring_str(buf)) |
型定義 | |
typedef struct SESSION | SESSION |
関数 | |
int | main (int argc, char **argv) |
変数 | |
MAIL_VERSION_STAMP_DECLARE | |
#define BUF ((char *) vstring_str(buf)) |
smtp-source.c の 942 行目に定義があります。
MAIL_VERSION_STAMP_DECLARE |
smtp-source.c の 938 行目に定義があります。