Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
util
find_inet.h
[詳解]
1
#ifndef _FIND_INET_H_INCLUDED_
2
#define _FIND_INET_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* find_inet 3h
7
/* SUMMARY
8
/* inet-domain name services
9
/* SYNOPSIS
10
/* #include <find_inet.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* External interface.
16
*/
17
extern
unsigned
find_inet_addr
(
const
char
*);
18
extern
int
find_inet_port
(
const
char
*,
const
char
*);
19
20
/* LICENSE
21
/* .ad
22
/* .fi
23
/* The Secure Mailer license must be distributed with this software.
24
/* AUTHOR(S)
25
/* Wietse Venema
26
/* IBM T.J. Watson Research
27
/* P.O. Box 704
28
/* Yorktown Heights, NY 10598, USA
29
/* LAST MODIFICATION
30
/* Thu Feb 6 12:46:36 EST 1997
31
/*--*/
32
33
#endif
find_inet_addr
unsigned find_inet_addr(const char *)
Definition:
find_inet.c:62
find_inet_port
int find_inet_port(const char *, const char *)
Definition:
find_inet.c:82
2018年11月10日(土) 18時59分56秒作成 - Postfix3.3.1 / 構成:
1.8.9.1