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 159 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 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;
    [all...]
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;
    [all...]

Completed in 305 milliseconds