HomeSort by relevance Sort by last modified time
    Searched full:framemax (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
demand.c 59 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 117 milliseconds