Postfix3.3.1
データ構造 | マクロ定義 | 型定義 | 関数 | 変数
smtp-source.c ファイル
#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))

型定義詳解

typedef struct SESSION SESSION

関数詳解

int main ( int  argc,
char **  argv 
)

smtp-source.c942 行目に定義があります。

変数詳解

MAIL_VERSION_STAMP_DECLARE

smtp-source.c938 行目に定義があります。