Searched refs:cishort (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 1021 u_short cishort; local 1048 GETSHORT(cishort, p); \ 1049 if (cishort != val) \ 1061 GETSHORT(cishort, p); \ 1062 if (cishort != val) \ 1089 GETSHORT(cishort, p); \ 1090 if (cishort != val) \ 1120 GETSHORT(cishort, p); \ 1121 if (cishort != PPP_LQR) \ 1201 u_short cishort; local [all …]
|
H A D | ipv6cp.c | 547 u_short cilen, citype, cishort; local 566 GETSHORT(cishort, p); \ 567 if (cishort != val) \ 619 u_short cishort; local 651 GETSHORT(cishort, p); \ 673 if (cishort == IPV6CP_COMP) { 674 try.vj_protocol = cishort; 754 u_short cishort; local 785 GETSHORT(cishort, p); \ 787 if (cishort != val) \ [all …]
|
H A D | ipcp.c | 622 u_short cilen, citype, cishort; local 656 GETSHORT(cishort, p); \ 657 if (cishort != val) \ 720 u_short cishort; local 753 GETSHORT(cishort, p); \ 793 if (cishort == IPCP_VJ_COMP) { 803 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) { 805 try.vj_protocol = cishort; 902 u_short cishort; local 937 GETSHORT(cishort, p); \ [all …]
|
H A D | ccp.c | 1270 u_short cishort; local 1356 GETSHORT(cishort, p); 1358 printer(arg, " h%d/m%d", cishort, cichar); 1404 GETSHORT(cishort, p); 1405 printer(arg, " history %d", cishort);
|