Lines Matching refs:cishort
779 u_short cishort;
806 GETSHORT(cishort, p); \
807 if (cishort != val) \
832 GETSHORT(cishort, p); \
833 if (cishort != PPP_CHAP) \
861 GETSHORT(cishort, p); \
862 if (cishort != PPP_LQR) \
936 u_short cishort;
968 GETSHORT(cishort, p); \
991 GETSHORT(cishort, p); \
1013 GETSHORT(cishort, p); \
1043 if (cishort <= wo->mru || cishort <= DEFMRU)
1044 try.mru = cishort;
1071 GETSHORT(cishort, p);
1072 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1087 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1130 if (cishort == PPP_EAP && cilen == CILEN_SHORT && go->neg_eap)
1153 if (cishort != PPP_LQR)
1190 else if (cishort <= wo->mrru)
1191 try.mrru = cishort;
1235 GETSHORT(cishort, p);
1236 if (cishort < DEFMRU) {
1238 try.mru = cishort;
1328 u_short cishort;
1355 GETSHORT(cishort, p); \
1357 if (cishort != val) \
1368 GETSHORT(cishort, p); \
1371 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1396 GETSHORT(cishort, p); \
1399 if (cishort != PPP_LQR || cilong != val) \
1491 u_short cishort; /* Parsed short value */
1536 GETSHORT(cishort, p); /* Parse MRU */
1543 if (cishort < MINMRU) {
1551 ho->mru = cishort; /* And remember value */
1587 GETSHORT(cishort, p);
1600 if (cishort == PPP_PAP) {
1624 if (cishort == PPP_CHAP) {
1660 if (cishort == PPP_EAP) {
1712 GETSHORT(cishort, p);
1719 if (cishort != PPP_LQR) {
1779 GETSHORT(cishort, p);
1782 ho->mrru = cishort;
1979 u_short cishort;
2017 GETSHORT(cishort, p);
2018 printer(arg, "mru %d", cishort);
2032 GETSHORT(cishort, p);
2033 switch (cishort) {
2063 printer(arg, "0x%x", cishort);
2071 GETSHORT(cishort, p);
2072 switch (cishort) {
2077 printer(arg, "0x%x", cishort);
2085 GETCHAR(cishort, p);
2086 switch (cishort) {
2091 printer(arg, "0x%x", cishort);
2117 GETSHORT(cishort, p);
2118 printer(arg, "mrru %d", cishort);