Searched refs:cishort (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 1013 u_short cishort; local 1040 GETSHORT(cishort, p); \ 1041 if (cishort != val) \ 1053 GETSHORT(cishort, p); \ 1054 if (cishort != val) \ 1081 GETSHORT(cishort, p); \ 1082 if (cishort != val) \ 1112 GETSHORT(cishort, p); \ 1113 if (cishort != PPP_LQR) \ 1193 u_short cishort; local [all …]
|
H A D | ipv6cp.c | 543 u_short cilen, citype, cishort; local 562 GETSHORT(cishort, p); \ 563 if (cishort != val) \ 615 u_short cishort; local 647 GETSHORT(cishort, p); \ 669 if (cishort == IPV6CP_COMP) { 670 try.vj_protocol = cishort; 750 u_short cishort; local 781 GETSHORT(cishort, p); \ 783 if (cishort != val) \ [all …]
|
H A D | ipcp.c | 615 u_short cilen, citype, cishort; local 649 GETSHORT(cishort, p); \ 650 if (cishort != val) \ 713 u_short cishort; local 746 GETSHORT(cishort, p); \ 786 if (cishort == IPCP_VJ_COMP) { 796 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) { 798 try.vj_protocol = cishort; 895 u_short cishort; local 930 GETSHORT(cishort, p); \ [all …]
|
H A D | ccp.c | 1266 u_short cishort; local 1352 GETSHORT(cishort, p); 1354 printer(arg, " h%d/m%d", cishort, cichar); 1400 GETSHORT(cishort, p); 1401 printer(arg, " history %d", cishort);
|