Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c54 static int framemax; variable
80 framemax = lcp_wantoptions[0].mru; in demand_conf()
81 if (framemax < PPP_MRU) in demand_conf()
82 framemax = PPP_MRU; in demand_conf()
83 framemax += PPP_HDRLEN + PPP_FCSLEN; in demand_conf()
84 frame = malloc(framemax); in demand_conf()
96 ppp_recv_config(0, framemax, (u_int32_t) 0, 0, 0); in demand_conf()
250 if (framelen >= framemax) {