Postfix3.3.1
マクロ定義 | 関数
smtpd_haproxy.c ファイル
#include <sys_defs.h>
#include <sys/socket.h>
#include <msg.h>
#include <myaddrinfo.h>
#include <mymalloc.h>
#include <stringops.h>
#include <smtp_stream.h>
#include <mail_params.h>
#include <valid_mailhost_addr.h>
#include <haproxy_srvr.h>
#include <smtpd.h>

[ソースコード]

マクロ定義

#define STR(x)   vstring_str(x)
 
#define LEN(x)   VSTRING_LEN(x)
 
#define ENABLE_DEADLINE   1
 

関数

int smtpd_peer_from_haproxy (SMTPD_STATE *state)
 

マクロ定義詳解

#define ENABLE_DEADLINE   1
#define LEN (   x)    VSTRING_LEN(x)

smtpd_haproxy.c88 行目に定義があります。

#define STR (   x)    vstring_str(x)

smtpd_haproxy.c87 行目に定義があります。

関数詳解

int smtpd_peer_from_haproxy ( SMTPD_STATE state)

smtpd_haproxy.c92 行目に定義があります。