OpenSSL client checks SubjectAltName IP addresses
[socat.git] / xio-fd.h
blob55ac0eb002c1c401d0964f7bf13bb790f41dcedf
1 /* source: xio-fd.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_fd_h_included
6 #define __xio_fd_h_included 1
8 extern const struct optdesc opt_ioctl_void;
9 extern const struct optdesc opt_ioctl_int;
10 extern const struct optdesc opt_ioctl_intp;
11 extern const struct optdesc opt_ioctl_bin;
12 extern const struct optdesc opt_ioctl_string;
13 extern const struct optdesc opt_append;
14 extern const struct optdesc opt_nonblock;
15 extern const struct optdesc opt_o_ndelay;
16 extern const struct optdesc opt_async;
17 extern const struct optdesc opt_o_binary;
18 extern const struct optdesc opt_o_text;
19 extern const struct optdesc opt_o_noinherit;
20 extern const struct optdesc opt_cloexec;
21 extern const struct optdesc opt_ftruncate32;
22 extern const struct optdesc opt_ftruncate64;
23 extern const struct optdesc opt_group;
24 extern const struct optdesc opt_group_late;
25 extern const struct optdesc opt_perm;
26 extern const struct optdesc opt_perm_late;
27 extern const struct optdesc opt_user;
28 extern const struct optdesc opt_user_late;
29 extern const struct optdesc opt_lseek32_cur;
30 extern const struct optdesc opt_lseek32_end;
31 extern const struct optdesc opt_lseek32_set;
32 extern const struct optdesc opt_lseek64_cur;
33 extern const struct optdesc opt_lseek64_end;
34 extern const struct optdesc opt_lseek64_set;
35 extern const struct optdesc opt_flock_sh;
36 extern const struct optdesc opt_flock_sh_nb;
37 extern const struct optdesc opt_flock_ex;
38 extern const struct optdesc opt_flock_ex_nb;
39 extern const struct optdesc opt_f_setlk_rd;
40 extern const struct optdesc opt_f_setlkw_rd;
41 extern const struct optdesc opt_f_setlk_wr;
42 extern const struct optdesc opt_f_setlkw_wr;
43 extern const struct optdesc opt_cool_write;
44 extern const struct optdesc opt_end_close;
45 extern const struct optdesc opt_shut_none;
46 extern const struct optdesc opt_shut_down;
47 extern const struct optdesc opt_shut_close;
48 extern const struct optdesc opt_shut_null;
49 extern const struct optdesc opt_streams_i_push;
51 #endif /* !defined(__xio_fd_h_included) */