Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
smtp
smtp_addr.h
[詳解]
1
/*++
2
/* NAME
3
/* smtp_addr 3h
4
/* SUMMARY
5
/* SMTP server address lookup
6
/* SYNOPSIS
7
/* #include "smtp_addr.h"
8
/* DESCRIPTION
9
/* .nf
10
11
/*
12
* DNS library.
13
*/
14
#include <
dns.h
>
15
16
/*
17
* Internal interfaces.
18
*/
19
extern
DNS_RR
*
smtp_host_addr
(
const
char
*,
int
,
DSN_BUF
*);
20
extern
DNS_RR
*
smtp_domain_addr
(
const
char
*,
DNS_RR
**,
int
,
DSN_BUF
*,
int
*);
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
/*--*/
smtp_host_addr
DNS_RR * smtp_host_addr(const char *, int, DSN_BUF *)
Definition:
smtp_addr.c:645
smtp_domain_addr
DNS_RR * smtp_domain_addr(const char *, DNS_RR **, int, DSN_BUF *, int *)
Definition:
smtp_addr.c:480
DSN_BUF
Definition:
dsn_buf.h:27
DNS_RR
Definition:
dns.h:139
dns.h
2018年11月10日(土) 18時59分44秒作成 - Postfix3.3.1 / 構成:
1.8.9.1