comparison tcpfwd.h @ 910:89555751c489 asm

merge up to 2013.63, improve ASM makefile rules a bit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 27 Feb 2014 21:35:58 +0800
parents 04ede40a529a
children 5daedffd0769
comparison
equal deleted inserted replaced
909:e4b75744acab 910:89555751c489
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