Searched refs:vj_protocol (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | ipv6cp.h | 161 u_short vj_protocol; /* protocol value to use in VJ option */ member
|
D | ipcp.h | 80 int vj_protocol; /* protocol value to use in VJ option */ member
|
D | ipv6cp.c | 435 wo->vj_protocol = IPV6CP_COMP; 588 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol); 649 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol); 738 try.vj_protocol = cishort; 858 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol); 997 ho->vj_protocol = cishort;
|
D | ipcp.c | 575 wo->vj_protocol = IPCP_VJ_COMP; 732 go->vj_protocol = ho->vj_protocol; 817 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, 932 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, 1082 try.vj_protocol = cishort; 1282 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol, go->old_vj, 1513 ho->vj_protocol = cishort;
|