Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Ddemand.c73 int framemax; variable
100 framemax = PPP_MRU; in demand_conf()
101 framemax += PPP_HDRLEN + PPP_FCSLEN; in demand_conf()
102 frame = malloc(framemax); in demand_conf()
288 if (framelen >= framemax) {