|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/param.h>#include <netinet/in.h>#include <arpa/inet.h>#include <msg.h>#include <vstring.h>#include <inet_addr_list.h>#include <name_mask.h>#include <myaddrinfo.h>#include <mask_addr.h>#include <argv.h>#include <inet_proto.h>#include <mymalloc.h>#include <own_inet_addr.h>#include <mail_params.h>#include <mynetworks.h>#include <sock_addr.h>#include <been_here.h>マクロ定義 | |
| #define | IN_CLASSD_NET 0xf0000000 |
| #define | IN_CLASSD_NSHIFT 28 |
| #define | MASK_STYLE_CLASS (1 << 0) |
| #define | MASK_STYLE_SUBNET (1 << 1) |
| #define | MASK_STYLE_HOST (1 << 2) |
関数 | |
| const char * | mynetworks (void) |
| const char * | mynetworks_host (void) |
| #define IN_CLASSD_NET 0xf0000000 |
mynetworks.c の 52 行目に定義があります。
| #define IN_CLASSD_NSHIFT 28 |
mynetworks.c の 53 行目に定義があります。
| #define MASK_STYLE_CLASS (1 << 0) |
mynetworks.c の 78 行目に定義があります。
| #define MASK_STYLE_HOST (1 << 2) |
mynetworks.c の 80 行目に定義があります。
| #define MASK_STYLE_SUBNET (1 << 1) |
mynetworks.c の 79 行目に定義があります。
| const char* mynetworks | ( | void | ) |
mynetworks.c の 295 行目に定義があります。
| const char* mynetworks_host | ( | void | ) |
mynetworks.c の 306 行目に定義があります。
1.8.9.1