comparison tcpfwd.h @ 855:04ede40a529a

- Some fixes for old compilers like tru64 v4 from Daniel Richard G. - Don't warn about blocking random device for prngd
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 21:36:45 +0800
parents dfdb9d9189ff
children 5daedffd0769
comparison
equal deleted inserted replaced
854:ccc76acaf4c7 855:04ede40a529a
38 * meanings as per the rfc, "" for all interfaces, "localhost" for 38 * meanings as per the rfc, "" for all interfaces, "localhost" for
39 * localhost, or a normal interface name. */ 39 * localhost, or a normal interface name. */
40 unsigned char *listenaddr; 40 unsigned char *listenaddr;
41 unsigned int listenport; 41 unsigned int listenport;
42 /* The address that the remote host asked to listen on */ 42 /* The address that the remote host asked to listen on */
43 unsigned char *request_listenaddr;; 43 unsigned char *request_listenaddr;
44 44
45 const struct ChanType *chantype; 45 const struct ChanType *chantype;
46 enum {direct, forwarded} tcp_type; 46 enum {direct, forwarded} tcp_type;
47 }; 47 };
48 48