1/* Generated by ./xlat/gen.sh from ./xlat/socktcpoptions.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat socktcpoptions in mpers mode
6
7#else
8
9static
10const struct xlat socktcpoptions[] = {
11#if defined(TCP_NODELAY) || (defined(HAVE_DECL_TCP_NODELAY) && HAVE_DECL_TCP_NODELAY)
12  XLAT(TCP_NODELAY),
13#endif
14#if defined(TCP_MAXSEG) || (defined(HAVE_DECL_TCP_MAXSEG) && HAVE_DECL_TCP_MAXSEG)
15  XLAT(TCP_MAXSEG),
16#endif
17#if defined(TCP_CORK) || (defined(HAVE_DECL_TCP_CORK) && HAVE_DECL_TCP_CORK)
18  XLAT(TCP_CORK),
19#endif
20#if defined(TCP_KEEPIDLE) || (defined(HAVE_DECL_TCP_KEEPIDLE) && HAVE_DECL_TCP_KEEPIDLE)
21  XLAT(TCP_KEEPIDLE),
22#endif
23#if defined(TCP_KEEPINTVL) || (defined(HAVE_DECL_TCP_KEEPINTVL) && HAVE_DECL_TCP_KEEPINTVL)
24  XLAT(TCP_KEEPINTVL),
25#endif
26#if defined(TCP_KEEPCNT) || (defined(HAVE_DECL_TCP_KEEPCNT) && HAVE_DECL_TCP_KEEPCNT)
27  XLAT(TCP_KEEPCNT),
28#endif
29#if defined(TCP_SYNCNT) || (defined(HAVE_DECL_TCP_SYNCNT) && HAVE_DECL_TCP_SYNCNT)
30  XLAT(TCP_SYNCNT),
31#endif
32#if defined(TCP_LINGER2) || (defined(HAVE_DECL_TCP_LINGER2) && HAVE_DECL_TCP_LINGER2)
33  XLAT(TCP_LINGER2),
34#endif
35#if defined(TCP_DEFER_ACCEPT) || (defined(HAVE_DECL_TCP_DEFER_ACCEPT) && HAVE_DECL_TCP_DEFER_ACCEPT)
36  XLAT(TCP_DEFER_ACCEPT),
37#endif
38#if defined(TCP_WINDOW_CLAMP) || (defined(HAVE_DECL_TCP_WINDOW_CLAMP) && HAVE_DECL_TCP_WINDOW_CLAMP)
39  XLAT(TCP_WINDOW_CLAMP),
40#endif
41#if defined(TCP_INFO) || (defined(HAVE_DECL_TCP_INFO) && HAVE_DECL_TCP_INFO)
42  XLAT(TCP_INFO),
43#endif
44#if defined(TCP_QUICKACK) || (defined(HAVE_DECL_TCP_QUICKACK) && HAVE_DECL_TCP_QUICKACK)
45  XLAT(TCP_QUICKACK),
46#endif
47#if defined(TCP_CONGESTION) || (defined(HAVE_DECL_TCP_CONGESTION) && HAVE_DECL_TCP_CONGESTION)
48  XLAT(TCP_CONGESTION),
49#endif
50#if defined(TCP_MD5SIG) || (defined(HAVE_DECL_TCP_MD5SIG) && HAVE_DECL_TCP_MD5SIG)
51  XLAT(TCP_MD5SIG),
52#endif
53#if defined(TCP_COOKIE_TRANSACTIONS) || (defined(HAVE_DECL_TCP_COOKIE_TRANSACTIONS) && HAVE_DECL_TCP_COOKIE_TRANSACTIONS)
54  XLAT(TCP_COOKIE_TRANSACTIONS),
55#endif
56#if defined(TCP_THIN_LINEAR_TIMEOUTS) || (defined(HAVE_DECL_TCP_THIN_LINEAR_TIMEOUTS) && HAVE_DECL_TCP_THIN_LINEAR_TIMEOUTS)
57  XLAT(TCP_THIN_LINEAR_TIMEOUTS),
58#endif
59#if defined(TCP_THIN_DUPACK) || (defined(HAVE_DECL_TCP_THIN_DUPACK) && HAVE_DECL_TCP_THIN_DUPACK)
60  XLAT(TCP_THIN_DUPACK),
61#endif
62#if defined(TCP_USER_TIMEOUT) || (defined(HAVE_DECL_TCP_USER_TIMEOUT) && HAVE_DECL_TCP_USER_TIMEOUT)
63  XLAT(TCP_USER_TIMEOUT),
64#endif
65#if defined(TCP_REPAIR) || (defined(HAVE_DECL_TCP_REPAIR) && HAVE_DECL_TCP_REPAIR)
66  XLAT(TCP_REPAIR),
67#endif
68#if defined(TCP_REPAIR_QUEUE) || (defined(HAVE_DECL_TCP_REPAIR_QUEUE) && HAVE_DECL_TCP_REPAIR_QUEUE)
69  XLAT(TCP_REPAIR_QUEUE),
70#endif
71#if defined(TCP_QUEUE_SEQ) || (defined(HAVE_DECL_TCP_QUEUE_SEQ) && HAVE_DECL_TCP_QUEUE_SEQ)
72  XLAT(TCP_QUEUE_SEQ),
73#endif
74#if defined(TCP_REPAIR_OPTIONS) || (defined(HAVE_DECL_TCP_REPAIR_OPTIONS) && HAVE_DECL_TCP_REPAIR_OPTIONS)
75  XLAT(TCP_REPAIR_OPTIONS),
76#endif
77#if defined(TCP_FASTOPEN) || (defined(HAVE_DECL_TCP_FASTOPEN) && HAVE_DECL_TCP_FASTOPEN)
78  XLAT(TCP_FASTOPEN),
79#endif
80#if defined(TCP_TIMESTAMP) || (defined(HAVE_DECL_TCP_TIMESTAMP) && HAVE_DECL_TCP_TIMESTAMP)
81  XLAT(TCP_TIMESTAMP),
82#endif
83#if defined(TCP_NOTSENT_LOWAT) || (defined(HAVE_DECL_TCP_NOTSENT_LOWAT) && HAVE_DECL_TCP_NOTSENT_LOWAT)
84  XLAT(TCP_NOTSENT_LOWAT),
85#endif
86#if defined(TCP_CC_INFO) || (defined(HAVE_DECL_TCP_CC_INFO) && HAVE_DECL_TCP_CC_INFO)
87  XLAT(TCP_CC_INFO),
88#endif
89#if defined(TCP_SAVE_SYN) || (defined(HAVE_DECL_TCP_SAVE_SYN) && HAVE_DECL_TCP_SAVE_SYN)
90  XLAT(TCP_SAVE_SYN),
91#endif
92#if defined(TCP_SAVED_SYN) || (defined(HAVE_DECL_TCP_SAVED_SYN) && HAVE_DECL_TCP_SAVED_SYN)
93  XLAT(TCP_SAVED_SYN),
94#endif
95 XLAT_END
96};
97
98#endif /* !IN_MPERS */
99