5 #ifndef __SERVER__IP__GEN__ROUTE_H__
6 #define __SERVER__IP__GEN__ROUTE_H__
8 typedef struct nwio_route
18 u32_t nwr_mtu
; /* Ignored, compatibility with VMD */
25 #define NWRF_UNREACHABLE 4
27 #endif /* __SERVER__IP__GEN__ROUTE_H__ */
30 * $PchId: route.h,v 1.3 1995/11/17 22:19:50 philip Exp $