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

/netbsd-current/external/bsd/ppp/dist/pppd/
H A Ddemand.c66 int framemax; variable
91 /* framemax = lcp_allowoptions[0].mru;
92 if (framemax < PPP_MRU) */
93 framemax = PPP_MRU;
94 framemax += PPP_HDRLEN + PPP_FCSLEN;
95 frame = malloc(framemax);
254 if (framelen >= framemax) {

Completed in 66 milliseconds