mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 14:43:24 +00:00
socat V1.6.0.0 (initial GIT commit)
This commit is contained in:
commit
b819572f5e
170 changed files with 59193 additions and 0 deletions
32
xio-udp.h
Normal file
32
xio-udp.h
Normal file
|
@ -0,0 +1,32 @@
|
|||
/* $Id: xio-udp.h,v 1.12 2007/02/05 19:57:09 gerhard Exp $ */
|
||||
/* Copyright Gerhard Rieger 2001-2007 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_udp_h_included
|
||||
#define __xio_udp_h_included 1
|
||||
|
||||
extern const struct addrdesc addr_udp_connect;
|
||||
extern const struct addrdesc addr_udp_listen;
|
||||
extern const struct addrdesc addr_udp_sendto;
|
||||
extern const struct addrdesc addr_udp_datagram;
|
||||
extern const struct addrdesc addr_udp_recvfrom;
|
||||
extern const struct addrdesc addr_udp_recv;
|
||||
extern const struct addrdesc addr_udp4_connect;
|
||||
extern const struct addrdesc addr_udp4_listen;
|
||||
extern const struct addrdesc addr_udp4_sendto;
|
||||
extern const struct addrdesc addr_udp4_datagram;
|
||||
extern const struct addrdesc addr_udp4_recvfrom;
|
||||
extern const struct addrdesc addr_udp4_recv;
|
||||
extern const struct addrdesc addr_udp6_connect;
|
||||
extern const struct addrdesc addr_udp6_listen;
|
||||
extern const struct addrdesc addr_udp6_sendto;
|
||||
extern const struct addrdesc addr_udp6_datagram;
|
||||
extern const struct addrdesc addr_udp6_recvfrom;
|
||||
extern const struct addrdesc addr_udp6_recv;
|
||||
|
||||
extern int xioopen_ipdgram_listen(int argc, const char *argv[], struct opt *opts,
|
||||
int rw, xiofile_t *fd,
|
||||
unsigned groups, int af, int ipproto,
|
||||
int protname);
|
||||
|
||||
#endif /* !defined(__xio_udp_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue