Lines Matching refs:cishort
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
1236 GETSHORT(cishort, p); \
1258 GETSHORT(cishort, p); \
1284 if (cishort <= wo->mru ||
1285 (cishort <= PPP_MRU && cishort <= absmax_mru))
1286 try.mru = cishort;
1310 GETSHORT(cishort, p);
1314 nak_auth_proto = cishort;
1315 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1328 } else if (cishort == PPP_CHAP && cilen >= CILEN_CHAP) {
1402 if (cishort != PPP_LQR)
1457 if (cishort <= wo->mrru)
1458 try.mrru = cishort;
1496 GETSHORT(cishort, p);
1497 if (cishort < PPP_MRU && cishort < absmax_mru) {
1499 try.mru = cishort;
1613 u_short cishort; local
1653 GETSHORT(cishort, p); \
1655 if (cishort != val) \
1666 GETSHORT(cishort, p); \
1669 reject_auth_proto = cishort; \
1670 if (cishort != val) \
1694 GETSHORT(cishort, p); \
1697 if (cishort != PPP_LQR || cilong != val) \
1751 GETSHORT(cishort, p);
1754 reject_auth_proto = cishort;
1756 if (cishort != PPP_CHAP || cichar != go->chap_mdtype)
1834 u_short cishort; /* Parsed short value */ local
1900 cishort = ao->mru;
1903 GETSHORT(cishort, p);
1911 if (cishort < ao->mru) {
1913 cishort = ao->mru;
1921 if (newret == CODE_CONFNAK && cishort <= PPP_MTU)
1927 PUTSHORT(cishort, nakp); /* Give it a hint */
1931 ho->mru = cishort; /* And remember value */
2002 GETSHORT(cishort, p);
2029 if (cishort == PPP_PAP) {
2036 } else if (cishort == PPP_CHAP) {
2075 naked_auth_orig = cishort;
2090 GETSHORT(cishort, p);
2094 if (cishort != PPP_LQR) {
2224 cishort = ao->mrru;
2226 GETSHORT(cishort, p);
2227 if (cishort < ao->mrru) {
2229 cishort = ao->mrru;
2233 if (cishort < PPP_MINMTU) {
2235 cishort = PPP_MINMTU;
2241 PUTSHORT(cishort, nakp);
2245 ho->mrru = cishort;
2500 u_short cishort; local
2534 GETSHORT(cishort, p);
2535 printer(arg, "mru %d", cishort);
2549 GETSHORT(cishort, p);
2550 switch (cishort) {
2585 printer(arg, "0x%x", cishort);
2593 GETSHORT(cishort, p);
2594 switch (cishort) {
2599 printer(arg, "0x%x", cishort);
2665 GETSHORT(cishort, p);
2666 printer(arg, "mrru %d", cishort);
2693 GETSHORT(cishort, p);
2694 printer(arg, "linkdisc %d", cishort);