Home
last modified time | relevance | path

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

/external/ppp/pppd/
Ddemand.c59 int framemax; variable
86 framemax = PPP_MRU; in demand_conf()
87 framemax += PPP_HDRLEN + PPP_FCSLEN; in demand_conf()
88 frame = malloc(framemax); in demand_conf()
248 if (framelen >= framemax) {