Searched refs:his_lqrperiod (Results 1 – 3 of 3) sorted by relevance
284 physical->hdlc.lqm.lqr.peer_timeout = lcp->his_lqrperiod; in lqr_Setup()285 if (lcp->his_lqrperiod) in lqr_Setup()287 physical->link.name, lcp->his_lqrperiod / 100, in lqr_Setup()288 lcp->his_lqrperiod % 100); in lqr_Setup()303 if (!lcp->his_lqrperiod) in lqr_Setup()
55 u_int32_t his_lqrperiod; /* Peers LQR frequency (100ths of seconds) */ member
295 lcp->his_lqrperiod = 0; in lcp_Setup()948 lcp->his_lqrperiod = ntohl(req.period); in LcpDecodeConfig()949 if (lcp->his_lqrperiod < MIN_LQRPERIOD * 100) in LcpDecodeConfig()950 lcp->his_lqrperiod = MIN_LQRPERIOD * 100; in LcpDecodeConfig()951 req.period = htonl(lcp->his_lqrperiod); in LcpDecodeConfig()