Postfix3.3.1
own_inet_addr.h
[詳解]
1 #ifndef _OWN_INET_ADDR_H_INCLUDED_
2 #define _OWN_INET_ADDR_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* own_inet_addr 3h
7 /* SUMMARY
8 /* determine if IP address belongs to this mail system instance
9 /* SYNOPSIS
10 /* #include <own_inet_addr.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /*
15  * Utility library.
16  */
17 #include <inet_addr_list.h>
18 
19  /*
20  * External interface.
21  */
22 extern int own_inet_addr(struct sockaddr *);
23 extern struct INET_ADDR_LIST *own_inet_addr_list(void);
24 extern struct INET_ADDR_LIST *own_inet_mask_list(void);
25 extern int proxy_inet_addr(struct sockaddr *);
26 extern struct INET_ADDR_LIST *proxy_inet_addr_list(void);
27 
28 /* LICENSE
29 /* .ad
30 /* .fi
31 /* The Secure Mailer license must be distributed with this software.
32 /* AUTHOR(S)
33 /* Wietse Venema
34 /* IBM T.J. Watson Research
35 /* P.O. Box 704
36 /* Yorktown Heights, NY 10598, USA
37 /*--*/
38 
39 #endif
int own_inet_addr(struct sockaddr *)
struct INET_ADDR_LIST * own_inet_addr_list(void)
struct INET_ADDR_LIST * own_inet_mask_list(void)
int proxy_inet_addr(struct sockaddr *)
struct INET_ADDR_LIST * proxy_inet_addr_list(void)