Version 1.8.0.0
[socat.git] / xio-rawip.h
blobd88d3c2ed21b156841a20ec3e9e53439b5c7b8e4
1 /* source: xio-rawip.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_rawip_h_included
6 #define __xio_rawip_h_included 1
8 extern const struct addrdesc xioaddr_rawip_sendto;
9 extern const struct addrdesc xioaddr_rawip_datagram;
10 extern const struct addrdesc xioaddr_rawip_recvfrom;
11 extern const struct addrdesc xioaddr_rawip_recv;
12 extern const struct addrdesc xioaddr_rawip4_sendto;
13 extern const struct addrdesc xioaddr_rawip4_datagram;
14 extern const struct addrdesc xioaddr_rawip4_recvfrom;
15 extern const struct addrdesc xioaddr_rawip4_recv;
16 extern const struct addrdesc xioaddr_rawip6_sendto;
17 extern const struct addrdesc xioaddr_rawip6_datagram;
18 extern const struct addrdesc xioaddr_rawip6_recvfrom;
19 extern const struct addrdesc xioaddr_rawip6_recv;
21 #endif /* !defined(__xio_rawip_h_included) */