Version 1.8.0.0
[socat.git] / xio-udplite.h
blob8a002395246d86a14e8db8dc2cf20bfd2340fefe
1 /* source: xio-udplite.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_udplite_h_included
6 #define __xio_udplite_h_included 1
8 extern const struct addrdesc xioaddr_udplite_connect;
9 extern const struct addrdesc xioaddr_udplite_listen;
10 extern const struct addrdesc xioaddr_udplite_sendto;
11 extern const struct addrdesc xioaddr_udplite_datagram;
12 extern const struct addrdesc xioaddr_udplite_recvfrom;
13 extern const struct addrdesc xioaddr_udplite_recv;
14 extern const struct addrdesc xioaddr_udplite4_connect;
15 extern const struct addrdesc xioaddr_udplite4_listen;
16 extern const struct addrdesc xioaddr_udplite4_sendto;
17 extern const struct addrdesc xioaddr_udplite4_datagram;
18 extern const struct addrdesc xioaddr_udplite4_recvfrom;
19 extern const struct addrdesc xioaddr_udplite4_recv;
20 extern const struct addrdesc xioaddr_udplite6_connect;
21 extern const struct addrdesc xioaddr_udplite6_listen;
22 extern const struct addrdesc xioaddr_udplite6_sendto;
23 extern const struct addrdesc xioaddr_udplite6_datagram;
24 extern const struct addrdesc xioaddr_udplite6_recvfrom;
25 extern const struct addrdesc xioaddr_udplite6_recv;
27 extern const struct optdesc xioopt_udplite_send_cscov;
28 extern const struct optdesc xioopt_udplite_recv_cscov;
30 #endif /* !defined(__xio_udplite_h_included) */