diff options
Diffstat (limited to 'include/device/net_status.h')
-rw-r--r-- | include/device/net_status.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/device/net_status.h b/include/device/net_status.h index 2b29b327..dbf5e39f 100644 --- a/include/device/net_status.h +++ b/include/device/net_status.h @@ -1,25 +1,25 @@ -/* +/* * Mach Operating System * Copyright (c) 1991,1990,1989 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * + * * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to - * + * * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 - * + * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ @@ -83,7 +83,7 @@ struct net_status { * We allow specification of up to NET_MAX_FILTER (short) words of a filter * command list to be applied to incoming packets to determine if * those packets should be given to a particular network input filter. - * + * * Each network filter specifies the filter command list via net_add_filter. * Each filter command list specifies a sequences of actions which leave a * boolean value on the top of an internal stack. Each word of the @@ -94,10 +94,10 @@ struct net_status { * top two elements of the stack and replaces them with its result. The * special action NOPUSH and the special operator NOP can be used to only * perform the binary operation or to only push a value on the stack. - * + * * If the final value of the filter operation is true, then the packet is * accepted for the filter. - * + * */ typedef unsigned short filter_t; @@ -184,4 +184,4 @@ typedef struct net_rcv_msg *net_rcv_msg_t; -#endif _DEVICE_NET_STATUS_H_ +#endif /* _DEVICE_NET_STATUS_H_ */ |