|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/stat.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <ctype.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <mymalloc.h>#include <msg.h>#include <vstream.h>#include <vstring.h>#include <stringops.h>#include <readlline.h>#include <dict.h>#include <myaddrinfo.h>#include <cidr_match.h>#include <dict_cidr.h>#include <warn_stat.h>#include <mvect.h>データ構造 | |
| struct | DICT_CIDR_ENTRY |
| struct | DICT_CIDR |
マクロ定義 | |
| #define | DICT_CIDR_OPEN_RETURN(d) |
型定義 | |
| typedef struct DICT_CIDR_ENTRY | DICT_CIDR_ENTRY |
関数 | |
| DICT * | dict_cidr_open (const char *mapname, int open_flags, int dict_flags) |
| #define DICT_CIDR_OPEN_RETURN | ( | d | ) |
| typedef struct DICT_CIDR_ENTRY DICT_CIDR_ENTRY |
dict_cidr.c の 234 行目に定義があります。
1.8.9.1