HomeSort by relevance Sort by last modified time
    Searched refs:vj_protocol (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
ipv6cp.h 161 u_short vj_protocol; /* protocol value to use in VJ option */ member in struct:ipv6cp_options
ipcp.h 80 int vj_protocol; /* protocol value to use in VJ option */ member in struct:ipcp_options
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;
    [all...]
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;
    [all...]

Completed in 70 milliseconds