Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
smtpd
smtpd_resolve.h
[詳解]
1
/*++
2
/* NAME
3
/* smtpd_resolve 3h
4
/* SUMMARY
5
/* caching resolve client
6
/* SYNOPSIS
7
/* include <smtpd_resolve.h>
8
/* DESCRIPTION
9
/* .nf
10
11
/*
12
* Global library.
13
*/
14
#include <
resolve_clnt.h
>
15
16
/*
17
* External interface.
18
*/
19
extern
void
smtpd_resolve_init
(
int
);
20
extern
const
RESOLVE_REPLY
*
smtpd_resolve_addr
(
const
char
*,
const
char
*);
21
22
/* LICENSE
23
/* .ad
24
/* .fi
25
/* The Secure Mailer license must be distributed with this software.
26
/* AUTHOR(S)
27
/* Wietse Venema
28
/* IBM T.J. Watson Research
29
/* P.O. Box 704
30
/* Yorktown Heights, NY 10598, USA
31
/*
32
/* Wietse Venema
33
/* Google, Inc.
34
/* 111 8th Avenue
35
/* New York, NY 10011, USA
36
/*
37
/* TLS support originally by:
38
/* Lutz Jaenicke
39
/* BTU Cottbus
40
/* Allgemeine Elektrotechnik
41
/* Universitaetsplatz 3-4
42
/* D-03044 Cottbus, Germany
43
/*--*/
smtpd_resolve_addr
const RESOLVE_REPLY * smtpd_resolve_addr(const char *, const char *)
Definition:
smtpd_resolve.c:166
RESOLVE_REPLY
Definition:
resolve_clnt.h:43
smtpd_resolve_init
void smtpd_resolve_init(int)
Definition:
smtpd_resolve.c:146
resolve_clnt.h
2018年11月10日(土) 18時59分45秒作成 - Postfix3.3.1 / 構成:
1.8.9.1