Home
last modified time | relevance | path

Searched refs:peer_compproto (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/ppp/ppp/
Dvjcomp.c78 u_short cproto = bundle->ncp.ipcp.peer_compproto >> 16; in vj_LayerPush()
86 bundle->ncp.ipcp.peer_compproto & 0xff); in vj_LayerPush()
Dipcp.h89 u_int32_t peer_compproto; /* VJ params he's willing to use */ member
Dipcp.c356 inet_ntoa(ipcp->peer_ip), vj2asc(ipcp->peer_compproto)); in ipcp_Show()
540 ipcp->peer_compproto = 0; in ipcp_Setup()
936 if (ipcp->peer_compproto >> 16 == PROTO_VJCOMP) in IpcpLayerUp()
937 sl_compress_init(&ipcp->vj.cslc, (ipcp->peer_compproto >> 8) & 255); in IpcpLayerUp()
1120 ipcp->peer_compproto = compproto; in IpcpDecodeConfig()
1135 ipcp->peer_compproto = compproto; in IpcpDecodeConfig()