Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dlcp.c473 if (lcp->want_mrru && !REJECTED(lcp, TY_MRRU)) { in LcpSendConfigReq()
475 INC_FSM_OPT(TY_MRRU, 4, o); in LcpSendConfigReq()
687 case TY_MRRU: in LcpDecodeConfig()
695 if (REJECTED(lcp, TY_MRRU)) in LcpDecodeConfig()
702 nak.hdr.id = TY_MRRU; in LcpDecodeConfig()
709 nak.hdr.id = TY_MRRU; in LcpDecodeConfig()
725 if (REJECTED(lcp, TY_MRRU)) in LcpDecodeConfig()
Dlcp.h125 #define TY_MRRU 17 /* Max Reconstructed Receive Unit (MP) */ macro