Searched refs:MIN_CAPACITY (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpqueue.c18 #define MIN_CAPACITY 128 /* min allocated buffer for a packet */ macro
99 int size = packlen < MIN_CAPACITY ? MIN_CAPACITY : packlen;
100 /* Allocate at least MIN_CAPACITY */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpqueue.c18 #define MIN_CAPACITY 128 /* min allocated buffer for a packet */ macro
99 int size = packlen < MIN_CAPACITY ? MIN_CAPACITY : packlen;
100 /* Allocate at least MIN_CAPACITY */

Completed in 44 milliseconds