Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dlcp.h117 #define TY_PROTOCOMP 7 /* Protocol-Field-Compression */ macro
Dlcp.c403 if (lcp->want_protocomp && !REJECTED(lcp, TY_PROTOCOMP)) in LcpSendConfigReq()
404 INC_FSM_OPT(TY_PROTOCOMP, 2, o); in LcpSendConfigReq()
1001 case TY_PROTOCOMP: in LcpDecodeConfig()