Changeset 484 for branches/win/trunk/src/ocat.h
- Timestamp:
- 02/28/09 23:49:41 (3 years ago)
- File:
-
- 1 edited
-
branches/win/trunk/src/ocat.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/win/trunk/src/ocat.h
r482 r484 156 156 //! Standard buffer size 1024 bytes 157 157 #define SIZE_1K 1024 158 #define SIZE_256 256 158 159 159 160 #define DEQUEUER_WAKEUP 3 … … 266 267 char *tun_dev; 267 268 //! tunnel interface name 268 char tunname[ IFNAMSIZ];269 char tunname[SIZE_256]; 269 270 int ipv4_enable; 270 271 struct in_addr ocat_addr4; … … 501 502 /* ocattun.c */ 502 503 #ifndef WITHOUT_TUN 503 int tun_alloc(char *, struct in6_addr);504 int tun_alloc(char *, int, struct in6_addr); 504 505 #endif 505 506 … … 600 601 /* ocat_wintuntap.c */ 601 602 int win_open_tun(char *, int); 603 int win_close_tun(void); 602 604 int win_read_tun(char *, int); 603 605 int win_write_tun(const char *, int);
Note: See TracChangeset
for help on using the changeset viewer.
