Searched refs:FTABSIZ (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dforward.c31 ftab = safe_malloc(FTABSIZ*sizeof(struct frec));
32 for (i=0; i<FTABSIZ; i++)
209 for(i=0; i<FTABSIZ; i++)
233 for(i=0; i<FTABSIZ; i++)
246 for(i=0; i<FTABSIZ; i++)
H A Dconfig.h17 #define FTABSIZ 20 /* max number of outstanding requests */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Dconfig.h21 #define FTABSIZ 50 /* max number of outstanding requests */ macro
32 #define FTABSIZ 150 /* max number of outstanding requests */ macro
H A Dforward.c1372 if (count > FTABSIZ)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dconfig.h15 #define FTABSIZ 150 /* max number of outstanding requests (default) */ macro
H A Doption.c333 sprintf(buff, "%d", FTABSIZ);
1833 daemon->ftabsize = FTABSIZ;

Completed in 57 milliseconds