nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* source: xio-tcp.h */
2 /* Copyright Gerhard Rieger 2001-2007 */
3 /* Published under the GNU General Public License V.2, see file COPYING */
4  
5 #ifndef __xio_tcp_h_included
6 #define __xio_tcp_h_included 1
7  
8 extern const union xioaddr_desc *xioaddrs_tcp_connect[];
9 extern const union xioaddr_desc *xioaddrs_tcp_listen[];
10 extern const union xioaddr_desc *xioaddrs_tcp4_connect[];
11 extern const union xioaddr_desc *xioaddrs_tcp4_listen[];
12 extern const union xioaddr_desc *xioaddrs_tcp6_connect[];
13 extern const union xioaddr_desc *xioaddrs_tcp6_listen[];
14  
15 extern const struct optdesc opt_tcp_nodelay;
16 extern const struct optdesc opt_tcp_maxseg;
17 extern const struct optdesc opt_tcp_maxseg_late;
18 extern const struct optdesc opt_tcp_cork;
19 extern const struct optdesc opt_tcp_stdurg;
20 extern const struct optdesc opt_tcp_rfc1323;
21 extern const struct optdesc opt_tcp_keepidle;
22 extern const struct optdesc opt_tcp_keepintvl;
23 extern const struct optdesc opt_tcp_keepcnt;
24 extern const struct optdesc opt_tcp_syncnt;
25 extern const struct optdesc opt_tcp_linger2;
26 extern const struct optdesc opt_tcp_defer_accept;
27 extern const struct optdesc opt_tcp_window_clamp;
28 extern const struct optdesc opt_tcp_info;
29 extern const struct optdesc opt_tcp_quickack;
30 extern const struct optdesc opt_tcp_noopt;
31 extern const struct optdesc opt_tcp_nopush;
32 extern const struct optdesc opt_tcp_md5sig;
33 extern const struct optdesc opt_tcp_sack_disable;
34 extern const struct optdesc opt_tcp_signature_enable;
35 extern const struct optdesc opt_tcp_abort_threshold;
36 extern const struct optdesc opt_tcp_conn_abort_threshold;
37 extern const struct optdesc opt_tcp_keepinit;
38 extern const struct optdesc opt_tcp_paws;
39 extern const struct optdesc opt_tcp_sackena;
40 extern const struct optdesc opt_tcp_tsoptena;
41  
42 #endif /* !defined(__xio_tcp_h_included) */