Searched refs:inverse_for_options (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c170 static const unsigned int inverse_for_options[NUMBER_OF_OPT] = variable
437 if (!inverse_for_options[i])
441 *invflg |= inverse_for_options[i];
H A Diptables.c170 static const int inverse_for_options[NUMBER_OF_OPT] = variable
442 if (!inverse_for_options[i])
446 *invflg |= inverse_for_options[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c176 static int inverse_for_options[NUMBER_OF_OPT] = variable
1016 if (!inverse_for_options[i])
1020 *invflg |= inverse_for_options[i];
H A Diptables.c177 static int inverse_for_options[NUMBER_OF_OPT] = variable
1044 if (!inverse_for_options[i])
1048 *invflg |= inverse_for_options[i];

Completed in 75 milliseconds