patch-1.3.18 linux/include/net/route.h
Next file: linux/include/net/sock.h
Previous file: linux/include/net/netrom.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Aug 11 13:14:42 1995
- Orig file:
v1.3.17/linux/include/net/route.h
- Orig date:
Wed Aug 9 14:55:43 1995
diff -u --recursive --new-file v1.3.17/linux/include/net/route.h linux/include/net/route.h
@@ -33,7 +33,7 @@
unsigned long rt_mask;
unsigned long rt_gateway;
unsigned short rt_flags;
- unsigned short rt_metric;
+ short rt_metric;
unsigned int rt_refcnt;
unsigned long rt_use;
unsigned short rt_mss;
@@ -45,7 +45,7 @@
extern void ip_rt_flush(struct device *dev);
extern void ip_rt_add(short flags, unsigned long addr, unsigned long mask,
- unsigned long gw, struct device *dev, unsigned short mss, unsigned long window, unsigned short irtt, unsigned char metric);
+ unsigned long gw, struct device *dev, unsigned short mss, unsigned long window, unsigned short irtt, short metric);
extern struct rtable *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr);
extern struct rtable *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr);
extern int rt_get_info(char * buffer, char **start, off_t offset, int length, int dummy);
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this