nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: xio-rawip.h */ |
2 | /* Copyright Gerhard Rieger 2001-2007 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xio_rawip_h_included |
||
6 | #define __xio_rawip_h_included 1 |
||
7 | |||
8 | extern const union xioaddr_desc *xioaddrs_rawip_sendto[]; |
||
9 | extern const union xioaddr_desc *xioaddrs_rawip_datagram[]; |
||
10 | extern const union xioaddr_desc *xioaddrs_rawip_recvfrom[]; |
||
11 | extern const union xioaddr_desc *xioaddrs_rawip_recv[]; |
||
12 | extern const union xioaddr_desc *xioaddrs_rawip4_sendto[]; |
||
13 | extern const union xioaddr_desc *xioaddrs_rawip4_datagram[]; |
||
14 | extern const union xioaddr_desc *xioaddrs_rawip4_recvfrom[]; |
||
15 | extern const union xioaddr_desc *xioaddrs_rawip4_recv[]; |
||
16 | extern const union xioaddr_desc *xioaddrs_rawip6_sendto[]; |
||
17 | extern const union xioaddr_desc *xioaddrs_rawip6_datagram[]; |
||
18 | extern const union xioaddr_desc *xioaddrs_rawip6_recvfrom[]; |
||
19 | extern const union xioaddr_desc *xioaddrs_rawip6_recv[]; |
||
20 | |||
21 | #endif /* !defined(__xio_rawip_h_included) */ |