Searched refs:new_in (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h71 int yylex( istream* new_in, ostream* new_out = 0 ) argument
73 switch_streams( new_in, new_out );
79 virtual void switch_streams( istream* new_in = 0,
117 virtual void switch_streams( istream* new_in, ostream* new_out );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Digmp.c1627 int new_in, rv; local
1632 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] &&
1635 new_in = psf->sf_count[MCAST_INCLUDE] != 0;
1636 if (new_in) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dmcast.c1987 int new_in, rv; local
1992 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] &&
1995 new_in = psf->sf_count[MCAST_INCLUDE] != 0;
1996 if (new_in) {

Completed in 86 milliseconds