Lines Matching refs:cishort

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
1244 GETSHORT(cishort, p); \
1266 GETSHORT(cishort, p); \
1292 if (cishort <= wo->mru ||
1293 (cishort <= PPP_MRU && cishort <= absmax_mru))
1294 try.mru = cishort;
1318 GETSHORT(cishort, p);
1322 nak_auth_proto = cishort;
1323 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1336 } else if (cishort == PPP_CHAP && cilen >= CILEN_CHAP) {
1410 if (cishort != PPP_LQR)
1465 if (cishort <= wo->mrru)
1466 try.mrru = cishort;
1504 GETSHORT(cishort, p);
1505 if (cishort < PPP_MRU && cishort < absmax_mru) {
1507 try.mru = cishort;
1621 u_short cishort; local
1661 GETSHORT(cishort, p); \
1663 if (cishort != val) \
1674 GETSHORT(cishort, p); \
1677 reject_auth_proto = cishort; \
1678 if (cishort != val) \
1702 GETSHORT(cishort, p); \
1705 if (cishort != PPP_LQR || cilong != val) \
1759 GETSHORT(cishort, p);
1762 reject_auth_proto = cishort;
1764 if (cishort != PPP_CHAP || cichar != go->chap_mdtype)
1842 u_short cishort; /* Parsed short value */ local
1908 cishort = ao->mru;
1911 GETSHORT(cishort, p);
1919 if (cishort < ao->mru) {
1921 cishort = ao->mru;
1929 if (newret == CODE_CONFNAK && cishort <= PPP_MTU)
1935 PUTSHORT(cishort, nakp); /* Give him a hint */
1939 ho->mru = cishort; /* And remember value */
2010 GETSHORT(cishort, p);
2037 if (cishort == PPP_PAP) {
2044 } else if (cishort == PPP_CHAP) {
2083 naked_auth_orig = cishort;
2098 GETSHORT(cishort, p);
2102 if (cishort != PPP_LQR) {
2232 cishort = ao->mrru;
2234 GETSHORT(cishort, p);
2235 if (cishort < ao->mrru) {
2237 cishort = ao->mrru;
2241 if (cishort < PPP_MINMTU) {
2243 cishort = PPP_MINMTU;
2249 PUTSHORT(cishort, nakp);
2253 ho->mrru = cishort;
2508 u_short cishort; local
2542 GETSHORT(cishort, p);
2543 printer(arg, "mru %d", cishort);
2557 GETSHORT(cishort, p);
2558 switch (cishort) {
2593 printer(arg, "0x%x", cishort);
2601 GETSHORT(cishort, p);
2602 switch (cishort) {
2607 printer(arg, "0x%x", cishort);
2673 GETSHORT(cishort, p);
2674 printer(arg, "mrru %d", cishort);
2701 GETSHORT(cishort, p);
2702 printer(arg, "linkdisc %d", cishort);