Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <errno.h>
#include <netdb.h>
#include <string.h>
#include <htable.h>
#include <msg.h>
#include <mymalloc.h>
#include <stringops.h>
#include <myaddrinfo.h>
#include <sock_addr.h>
#include <inet_proto.h>
#include <split_at.h>
#include <mail_proto.h>
#include <valid_mailhost_addr.h>
#include <mail_params.h>
#include <haproxy_srvr.h>
#include "smtpd.h"
マクロ定義 | |
#define | TEMP_AI_ERROR(e) ((e) == EAI_AGAIN || (e) == EAI_MEMORY || (e) == EAI_SYSTEM) |
#define | REJECT_PEER_NAME(state, code) |
関数 | |
void | smtpd_peer_init (SMTPD_STATE *state) |
void | smtpd_peer_reset (SMTPD_STATE *state) |
#define REJECT_PEER_NAME | ( | state, | |
code | |||
) |
#define TEMP_AI_ERROR | ( | e | ) | ((e) == EAI_AGAIN || (e) == EAI_MEMORY || (e) == EAI_SYSTEM) |
void smtpd_peer_init | ( | SMTPD_STATE * | state | ) |
smtpd_peer.c の 573 行目に定義があります。
void smtpd_peer_reset | ( | SMTPD_STATE * | state | ) |
smtpd_peer.c の 631 行目に定義があります。