HomeSort by relevance Sort by last modified time
    Searched refs:vj_protocol (Results 1 - 6 of 6) 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...]
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.h 90 u_short vj_protocol; /* protocol value to use in VJ option */ member in struct:ipcp_options
ipcp.c 197 wo->vj_protocol = IPCP_VJ_COMP;
332 go->vj_protocol = ho->vj_protocol;
406 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
515 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
649 try.vj_protocol = cishort;
834 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol, go->old_vj,
1091 ho->vj_protocol = cishort;
1120 ho->vj_protocol, ho->old_vj, ho->maxslotindex, ho->cflag));
    [all...]

Completed in 391 milliseconds