Searched refs:optflags (Results 1 - 5 of 5) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Doption.c85 struct optflags { struct
90 static struct optflags optmap[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c90 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
91 static const char optflags[] variable
327 optflags[i]);
338 optflags[i]);
346 for (ptr = optflags; option > 1; option >>= 1, ptr++);
H A Diptables.c88 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
89 static const char optflags[] variable
340 optflags[i]);
351 optflags[i]);
359 for (ptr = optflags; option > 1; option >>= 1, ptr++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c104 static const char optflags[NUMBER_OF_OPT] variable
424 optflags[i]);
435 optflags[i]);
443 for (ptr = optflags; option > 1; option >>= 1, ptr++);
H A Diptables.c103 static const char optflags[NUMBER_OF_OPT] variable
509 optflags[i]);
520 optflags[i]);
528 for (ptr = optflags; option > 1; option >>= 1, ptr++);

Completed in 89 milliseconds