Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.h62 unsigned mru_req : 1; /* Has the peer requested an MRU */ member
H A Dlcp.c301 lcp->mru_req = 0; in lcp_Setup()
561 lcp->mru_req = 0; in LcpLayerStart()
744 lcp->mru_req = 1; in LcpDecodeConfig()
1277 if (mode_type == MODE_REQ && !lcp->mru_req) { in LcpDecodeConfig()
1291 lcp->mru_req = 1; /* Don't keep NAK'ing this */ in LcpDecodeConfig()