patch-2.4.19 linux-2.4.19/include/linux/if_pppox.h
Next file: linux-2.4.19/include/linux/if_vlan.h
Previous file: linux-2.4.19/include/linux/if_bonding.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Fri Aug  2 17:39:45 2002
-  Orig file: 
linux-2.4.18/include/linux/if_pppox.h
-  Orig date: 
Thu Nov 22 11:47:14 2001
diff -urN linux-2.4.18/include/linux/if_pppox.h linux-2.4.19/include/linux/if_pppox.h
@@ -126,13 +126,14 @@
 extern int pppox_channel_ioctl(struct ppp_channel *pc, unsigned int cmd,
 			       unsigned long arg);
 
-/* PPPoE socket states */
+/* PPPoX socket states */
 enum {
     PPPOX_NONE		= 0,  /* initial state */
     PPPOX_CONNECTED	= 1,  /* connection established ==TCP_ESTABLISHED */
     PPPOX_BOUND		= 2,  /* bound to ppp device */
     PPPOX_RELAY		= 4,  /* forwarding is enabled */
-    PPPOX_DEAD		= 8
+    PPPOX_ZOMBIE	= 8,  /* dead, but still bound to ppp device */
+    PPPOX_DEAD		= 16  /* dead, useless, please clean me up!*/
 };
 
 extern struct ppp_channel_ops pppoe_chan_ops;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)