Searched refs:framemax (Results 1 - 1 of 1) sorted by path

/external/ppp/pppd/
H A Ddemand.c59 int framemax; variable
84 /* framemax = lcp_allowoptions[0].mru;
85 if (framemax < PPP_MRU) */
86 framemax = PPP_MRU;
87 framemax += PPP_HDRLEN + PPP_FCSLEN;
88 frame = malloc(framemax);
248 if (framelen >= framemax) {

Completed in 168 milliseconds