nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: xio-udp.h */ |
2 | /* Copyright Gerhard Rieger 2001-2007 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xio_udp_h_included |
||
6 | #define __xio_udp_h_included 1 |
||
7 | |||
8 | extern const union xioaddr_desc *xioaddrs_udp_connect[]; |
||
9 | extern const union xioaddr_desc *xioaddrs_udp_listen[]; |
||
10 | extern const union xioaddr_desc *xioaddrs_udp_sendto[]; |
||
11 | extern const union xioaddr_desc *xioaddrs_udp_datagram[]; |
||
12 | extern const union xioaddr_desc *xioaddrs_udp_recvfrom[]; |
||
13 | extern const union xioaddr_desc *xioaddrs_udp_recv[]; |
||
14 | extern const union xioaddr_desc *xioaddrs_udp4_connect[]; |
||
15 | extern const union xioaddr_desc *xioaddrs_udp4_listen[]; |
||
16 | extern const union xioaddr_desc *xioaddrs_udp4_sendto[]; |
||
17 | extern const union xioaddr_desc *xioaddrs_udp4_datagram[]; |
||
18 | extern const union xioaddr_desc *xioaddrs_udp4_recvfrom[]; |
||
19 | extern const union xioaddr_desc *xioaddrs_udp4_recv[]; |
||
20 | extern const union xioaddr_desc *xioaddrs_udp6_connect[]; |
||
21 | extern const union xioaddr_desc *xioaddrs_udp6_listen[]; |
||
22 | extern const union xioaddr_desc *xioaddrs_udp6_sendto[]; |
||
23 | extern const union xioaddr_desc *xioaddrs_udp6_datagram[]; |
||
24 | extern const union xioaddr_desc *xioaddrs_udp6_recvfrom[]; |
||
25 | extern const union xioaddr_desc *xioaddrs_udp6_recv[]; |
||
26 | |||
27 | extern int xioopen_ipdgram_listen(int argc, const char *argv[], struct opt *opts, |
||
28 | int rw, xiofile_t *fd, |
||
29 | unsigned groups, int af, int ipproto, |
||
30 | int protname); |
||
31 | |||
32 | #endif /* !defined(__xio_udp_h_included) */ |