OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 51 milliseconds