Lines Matching refs:cishort
802 u_short cishort; local
829 GETSHORT(cishort, p); \
830 if (cishort != val) \
855 GETSHORT(cishort, p); \
856 if (cishort != PPP_CHAP) \
884 GETSHORT(cishort, p); \
885 if (cishort != PPP_LQR) \
959 u_short cishort; local
991 GETSHORT(cishort, p); \
1014 GETSHORT(cishort, p); \
1036 GETSHORT(cishort, p); \
1066 if (cishort <= wo->mru || cishort <= DEFMRU)
1067 try.mru = cishort;
1094 GETSHORT(cishort, p);
1095 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1110 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1153 if (cishort == PPP_EAP && cilen == CILEN_SHORT && go->neg_eap)
1176 if (cishort != PPP_LQR)
1213 else if (cishort <= wo->mrru)
1214 try.mrru = cishort;
1258 GETSHORT(cishort, p);
1259 if (cishort < DEFMRU) {
1261 try.mru = cishort;
1351 u_short cishort; local
1378 GETSHORT(cishort, p); \
1380 if (cishort != val) \
1391 GETSHORT(cishort, p); \
1394 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1419 GETSHORT(cishort, p); \
1422 if (cishort != PPP_LQR || cilong != val) \
1514 u_short cishort; /* Parsed short value */ local
1559 GETSHORT(cishort, p); /* Parse MRU */
1566 if (cishort < MINMRU) {
1574 ho->mru = cishort; /* And remember value */
1610 GETSHORT(cishort, p);
1623 if (cishort == PPP_PAP) {
1647 if (cishort == PPP_CHAP) {
1683 if (cishort == PPP_EAP) {
1735 GETSHORT(cishort, p);
1742 if (cishort != PPP_LQR) {
1802 GETSHORT(cishort, p);
1805 ho->mrru = cishort;
2003 u_short cishort; local
2041 GETSHORT(cishort, p);
2042 printer(arg, "mru %d", cishort);
2056 GETSHORT(cishort, p);
2057 switch (cishort) {
2085 printer(arg, "0x%x", cishort);
2093 GETSHORT(cishort, p);
2094 switch (cishort) {
2099 printer(arg, "0x%x", cishort);
2107 GETCHAR(cishort, p);
2108 switch (cishort) {
2113 printer(arg, "0x%x", cishort);
2139 GETSHORT(cishort, p);
2140 printer(arg, "mrru %d", cishort);