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