Postfix3.3.1
マクロ定義 | 関数 | 変数
inet_proto.c ファイル
#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_INFOinet_proto_init (const char *context, const char *protocols)
 

変数

INET_PROTO_INFOinet_proto_table = 0
 

マクロ定義詳解

#define INET_PROTO_MASK_IPV4   (1<<0)

inet_proto.c116 行目に定義があります。

#define INET_PROTO_MASK_IPV6   (1<<1)

inet_proto.c117 行目に定義があります。

関数詳解

INET_PROTO_INFO* inet_proto_init ( const char *  context,
const char *  protocols 
)

inet_proto.c180 行目に定義があります。

変数詳解

INET_PROTO_INFO* inet_proto_table = 0

inet_proto.c111 行目に定義があります。