Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
util
sane_accept.h
[詳解]
1
#ifndef _SANE_ACCEPT_H_
2
#define _SANE_ACCEPT_H_
3
4
/*++
5
/* NAME
6
/* sane_accept 3h
7
/* SUMMARY
8
/* sanitize accept() error returns
9
/* SYNOPSIS
10
/* #include <sane_accept.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/* External interface. */
15
16
extern
int
sane_accept
(
int
,
struct
sockaddr *,
SOCKADDR_SIZE
*);
17
18
/* LICENSE
19
/* .ad
20
/* .fi
21
/* The Secure Mailer license must be distributed with this software.
22
/* AUTHOR(S)
23
/* Wietse Venema
24
/* IBM T.J. Watson Research
25
/* P.O. Box 704
26
/* Yorktown Heights, NY 10598, USA
27
/*--*/
28
29
#endif
SOCKADDR_SIZE
#define SOCKADDR_SIZE
Definition:
sys_defs.h:1411
sane_accept
int sane_accept(int, struct sockaddr *, SOCKADDR_SIZE *)
Definition:
sane_accept.c:47
2018年11月10日(土) 18時59分59秒作成 - Postfix3.3.1 / 構成:
1.8.9.1