handle routing redirects, albeit simplisticly
[unix-history] / usr / src / sys / net / if.h
index 1aa0bfa..fd639ff 100644 (file)
@@ -1,4 +1,4 @@
-/*     if.h    4.15    82/06/23        */
+/*     if.h    4.16    82/10/31        */
 
 /*
  * Structures defining a network interface, providing a packet
 
 /*
  * Structures defining a network interface, providing a packet
@@ -57,7 +57,7 @@ struct ifnet {
 /* procedure handles */
        int     (*if_init)();           /* init routine */
        int     (*if_output)();         /* output routine */
 /* procedure handles */
        int     (*if_init)();           /* init routine */
        int     (*if_output)();         /* output routine */
-       int     (*if_ubareset)();       /* uba reset routine */
+       int     (*if_reset)();          /* bus reset routine */
        int     (*if_watchdog)();       /* timer routine */
 /* generic interface statistics */
        int     if_ipackets;            /* packets received on interface */
        int     (*if_watchdog)();       /* timer routine */
 /* generic interface statistics */
        int     if_ipackets;            /* packets received on interface */