Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c48 static int framemax; variable
74 framemax = lcp_wantoptions[0].mru; in demand_conf()
75 if (framemax < PPP_MRU) in demand_conf()
76 framemax = PPP_MRU; in demand_conf()
77 framemax += PPP_HDRLEN + PPP_FCSLEN; in demand_conf()
78 frame = malloc(framemax); in demand_conf()
90 ppp_recv_config(0, framemax, (u_int32_t) 0, 0, 0); in demand_conf()
244 if (framelen >= framemax) {