Revision 6c88ad2ded1de1fe87e917b4a0a45873939c16e1 authored by Frank Pavlic on 10 November 2005, 12:49:28 UTC, committed by Jeff Garzik on 11 November 2005, 13:26:21 UTC
[patch 3/7] s390: qeth multicast address registration fixed

From: Klaus Dieter Wacker <kdwacker@de.ibm.com>
	- when running in Layer2 mode we don't have to register
	  the multicast IP address but only group mac address.
	  Therefore for Layer 2 devices it is enough to go
	  through dev->mc_list list and register these entries.

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>

diffstat:
 qeth_main.c |  106 +++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 80 insertions(+), 26 deletions(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
1 parent 508cc2b
Raw File
parse.h_shipped
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define	ASM_KEYW	257
#define	ATTRIBUTE_KEYW	258
#define	AUTO_KEYW	259
#define	BOOL_KEYW	260
#define	CHAR_KEYW	261
#define	CONST_KEYW	262
#define	DOUBLE_KEYW	263
#define	ENUM_KEYW	264
#define	EXTERN_KEYW	265
#define	FLOAT_KEYW	266
#define	INLINE_KEYW	267
#define	INT_KEYW	268
#define	LONG_KEYW	269
#define	REGISTER_KEYW	270
#define	RESTRICT_KEYW	271
#define	SHORT_KEYW	272
#define	SIGNED_KEYW	273
#define	STATIC_KEYW	274
#define	STRUCT_KEYW	275
#define	TYPEDEF_KEYW	276
#define	UNION_KEYW	277
#define	UNSIGNED_KEYW	278
#define	VOID_KEYW	279
#define	VOLATILE_KEYW	280
#define	TYPEOF_KEYW	281
#define	EXPORT_SYMBOL_KEYW	282
#define	ASM_PHRASE	283
#define	ATTRIBUTE_PHRASE	284
#define	BRACE_PHRASE	285
#define	BRACKET_PHRASE	286
#define	EXPRESSION_PHRASE	287
#define	CHAR	288
#define	DOTS	289
#define	IDENT	290
#define	INT	291
#define	REAL	292
#define	STRING	293
#define	TYPE	294
#define	OTHER	295
#define	FILENAME	296


extern YYSTYPE yylval;
back to top