Home
last modified time | relevance | path

Searched refs:bufLen (Results 1 – 2 of 2) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Drandm.c123 avGenRand(char *buf, u32_t bufLen) in avGenRand() argument
129 while (bufLen > 0) { in avGenRand()
130 n = LWIP_MIN(bufLen, RANDPOOLSZ); in avGenRand()
138 bufLen -= n; in avGenRand()
A Drandm.h73 void avGenRand(char *buf, u32_t bufLen);

Completed in 3 milliseconds