Postfix3.3.1
|
#include <sys_defs.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
#include <stdarg.h>
#include <unistd.h>
#include <mymalloc.h>
#include <msg.h>
#include <myaddrinfo.h>
#include <name_mask.h>
#include <inet_proto.h>
マクロ定義 | |
#define | INET_PROTO_MASK_IPV4 (1<<0) |
#define | INET_PROTO_MASK_IPV6 (1<<1) |
関数 | |
INET_PROTO_INFO * | inet_proto_init (const char *context, const char *protocols) |
変数 | |
INET_PROTO_INFO * | inet_proto_table = 0 |
#define INET_PROTO_MASK_IPV4 (1<<0) |
inet_proto.c の 116 行目に定義があります。
#define INET_PROTO_MASK_IPV6 (1<<1) |
inet_proto.c の 117 行目に定義があります。
INET_PROTO_INFO* inet_proto_init | ( | const char * | context, |
const char * | protocols | ||
) |
inet_proto.c の 180 行目に定義があります。
INET_PROTO_INFO* inet_proto_table = 0 |
inet_proto.c の 111 行目に定義があります。