Mercurial > dropbear
comparison runopts.h @ 434:0aaaf68e97dc
Add -p [address:]port option for binding to addresses, patch from
Max-Gerd Retzlaff
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 22 Feb 2007 14:52:46 +0000 |
parents | 306499676384 |
children | 337c45621e81 |
comparison
equal
deleted
inserted
replaced
291:55a99934db87 | 434:0aaaf68e97dc |
---|---|
53 int usingsyslog; | 53 int usingsyslog; |
54 | 54 |
55 /* ports is an array of the portcount listening ports */ | 55 /* ports is an array of the portcount listening ports */ |
56 char *ports[DROPBEAR_MAX_PORTS]; | 56 char *ports[DROPBEAR_MAX_PORTS]; |
57 unsigned int portcount; | 57 unsigned int portcount; |
58 char *addresses[DROPBEAR_MAX_PORTS]; | |
58 | 59 |
59 int inetdmode; | 60 int inetdmode; |
60 | 61 |
61 /* Flags indicating whether to use ipv4 and ipv6 */ | 62 /* Flags indicating whether to use ipv4 and ipv6 */ |
62 /* not used yet | 63 /* not used yet |