Postfix3.3.1
データ構造 | マクロ定義 | 関数
tlsproxy.h ファイル
#include <vstream.h>
#include <nbbio.h>
#include <tls.h>

[ソースコード]

データ構造

struct  TLSP_STATE
 

マクロ定義

#define TLSP_FLAG_DO_HANDSHAKE   (1<<0)
 

関数

TLSP_STATEtlsp_state_create (const char *, VSTREAM *)
 
void tlsp_state_free (TLSP_STATE *)
 

マクロ定義詳解

#define TLSP_FLAG_DO_HANDSHAKE   (1<<0)

tlsproxy.h40 行目に定義があります。

関数詳解

TLSP_STATE* tlsp_state_create ( const char *  ,
VSTREAM  
)
void tlsp_state_free ( TLSP_STATE )