patch-2.1.120 linux/include/linux/if_packet.h
Next file: linux/include/linux/in6.h
Previous file: linux/include/linux/if.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Thu Aug 27 19:33:08 1998
-  Orig file: 
v2.1.119/linux/include/linux/if_packet.h
-  Orig date: 
Mon Jan 12 15:28:18 1998
diff -u --recursive --new-file v2.1.119/linux/include/linux/if_packet.h linux/include/linux/if_packet.h
@@ -25,9 +25,10 @@
 #define PACKET_BROADCAST	1		/* To all		*/
 #define PACKET_MULTICAST	2		/* To group		*/
 #define PACKET_OTHERHOST	3		/* To someone else 	*/
-#define PACKET_OUTGOING		4		/* Originated by us	*/
-#define PACKET_LOOPBACK		5
-#define PACKET_FASTROUTE	6
+#define PACKET_OUTGOING		4		/* Outgoing of any type */
+/* These ones are invisible by user level */
+#define PACKET_LOOPBACK		5		/* MC/BRD frame looped back */
+#define PACKET_FASTROUTE	6		/* Fastrouted frame	*/
 
 /* Packet socket options */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov