Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Dipcp.c208 wo->vj_protocol = IPCP_VJ_COMP;
353 go->vj_protocol = ho->vj_protocol;
412 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
492 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
608 try.vj_protocol = cishort;
754 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol, go->old_vj,
992 ho->vj_protocol = cishort;
Dipcp.h78 u_short vj_protocol; /* protocol value to use in VJ option */ member