Searched refs:vj_protocol (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | ipv6cp.h | 159 u_short vj_protocol; /* protocol value to use in VJ option */ member
|
D | ipv6cp.c | 444 wo->vj_protocol = IPV6CP_COMP; 597 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol); 658 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol); 747 try.vj_protocol = cishort; 867 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol); 1006 ho->vj_protocol = cishort;
|
D | ipcp.h | 80 int vj_protocol; /* protocol value to use in VJ option */ member
|
D | ipcp.c | 591 wo->vj_protocol = IPCP_VJ_COMP; 749 go->vj_protocol = ho->vj_protocol; 849 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, 983 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, 1137 try.vj_protocol = cishort; 1379 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol, go->old_vj, 1614 ho->vj_protocol = cishort;
|