Home
last modified time | relevance | path

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

/external/libppp/src/
Dlcp.h123 #define TY_MRRU 17 /* Max Reconstructed Receive Unit (MP) */ macro
Dlcp.c471 if (lcp->want_mrru && !REJECTED(lcp, TY_MRRU)) { in LcpSendConfigReq()
473 INC_FSM_OPT(TY_MRRU, 4, o); in LcpSendConfigReq()
685 case TY_MRRU: in LcpDecodeConfig()
693 if (REJECTED(lcp, TY_MRRU)) in LcpDecodeConfig()
700 nak.hdr.id = TY_MRRU; in LcpDecodeConfig()
707 nak.hdr.id = TY_MRRU; in LcpDecodeConfig()
723 if (REJECTED(lcp, TY_MRRU)) in LcpDecodeConfig()