1 /* source: xio-rawip.h */
2 /* Copyright Gerhard Rieger 2001-2007 */
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 addr_rawip_sendto
;
9 extern const struct addrdesc addr_rawip_datagram
;
10 extern const struct addrdesc addr_rawip_recvfrom
;
11 extern const struct addrdesc addr_rawip_recv
;
12 extern const struct addrdesc addr_rawip4_sendto
;
13 extern const struct addrdesc addr_rawip4_datagram
;
14 extern const struct addrdesc addr_rawip4_recvfrom
;
15 extern const struct addrdesc addr_rawip4_recv
;
16 extern const struct addrdesc addr_rawip6_sendto
;
17 extern const struct addrdesc addr_rawip6_datagram
;
18 extern const struct addrdesc addr_rawip6_recvfrom
;
19 extern const struct addrdesc addr_rawip6_recv
;
21 #endif /* !defined(__xio_rawip_h_included) */