Postfix3.3.1
マクロ定義 | 関数
host_port.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <ctype.h>
#include <msg.h>
#include <split_at.h>
#include <stringops.h>
#include <valid_utf8_hostname.h>
#include <host_port.h>

[ソースコード]

マクロ定義

#define IPV6_COL   "IPv6:" /* RFC 2821 */
 
#define IPV6_COL_LEN   (sizeof(IPV6_COL) - 1)
 
#define HAS_IPV6_COL(str)   (strncasecmp((str), IPV6_COL, IPV6_COL_LEN) == 0)
 

関数

const char * host_port (char *buf, char **host, char *def_host, char **port, char *def_service)
 

マクロ定義詳解

#define HAS_IPV6_COL (   str)    (strncasecmp((str), IPV6_COL, IPV6_COL_LEN) == 0)

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

#define IPV6_COL   "IPv6:" /* RFC 2821 */

host_port.c109 行目に定義があります。

#define IPV6_COL_LEN   (sizeof(IPV6_COL) - 1)

host_port.c110 行目に定義があります。

関数詳解

const char* host_port ( char *  buf,
char **  host,
char *  def_host,
char **  port,
char *  def_service 
)

host_port.c115 行目に定義があります。