Searched refs:vj_protocol (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipv6cp.c | 372 wo->vj_protocol = IPV6CP_COMP; 523 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol); 584 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol); 670 try.vj_protocol = cishort; 790 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol); 928 cishort = ao->vj_protocol; 945 ho->vj_protocol = cishort;
|
H A D | ipv6cp.h | 121 u_short vj_protocol; /* protocol value to use in VJ option */ member
|
H A D | ipcp.h | 62 int vj_protocol; /* protocol value to use in VJ option */ member
|
H A D | ipcp.c | 379 wo->vj_protocol = IPCP_VJ_COMP; 520 go->vj_protocol = ho->vj_protocol; 587 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, 673 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, 798 try.vj_protocol = cishort; 962 REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol, go->old_vj, 1270 ho->vj_protocol = cishort;
|