[go: up one dir, main page]

File: xio-udp.h

package info (click to toggle)
socat 1.4.3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,192 kB
  • ctags: 3,709
  • sloc: ansic: 19,348; sh: 3,435; makefile: 154
file content (17 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $Id: xio-udp.h,v 1.6 2001/11/28 10:02:17 gerhard Exp $ */
/* Copyright Gerhard Rieger 2001 */
/* 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_udp4_connect;
extern const struct addrdesc addr_udp4_listen;
extern const struct addrdesc addr_udp6_connect;
extern const struct addrdesc addr_udp6_listen;

extern int xioopen_ipdgram_listen(char *a1, int rw, xiofile_t *fd,
			  unsigned groups, int af, int ipproto,
			  void *protname);

#endif /* !defined(__xio_udp_h_included) */