Lines Matching defs:cishort

951     u_short cishort;
978 GETSHORT(cishort, p); \
979 if (cishort != val) \
1005 GETSHORT(cishort, p); \
1006 if (cishort != PPP_CHAP) \
1036 GETSHORT(cishort, p); \
1037 if (cishort != PPP_LQR) \
1132 u_short cishort;
1165 GETSHORT(cishort, p); \
1189 GETSHORT(cishort, p); \
1212 GETSHORT(cishort, p); \
1243 if (cishort <= wo->mru || cishort <= PPP_DEFMRU)
1244 try_.mru = cishort;
1287 GETSHORT(cishort, p);
1290 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1314 if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1365 if (cishort == PPP_EAP && cilen == CILEN_SHORT && go->neg_eap)
1401 if (cishort != PPP_LQR)
1441 else if (cishort <= wo->mrru)
1442 try_.mrru = cishort;
1489 GETSHORT(cishort, p);
1490 if (cishort < PPP_DEFMRU) {
1492 try_.mru = cishort;
1593 u_short cishort;
1620 GETSHORT(cishort, p); \
1622 if (cishort != val) \
1635 GETSHORT(cishort, p); \
1638 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1653 GETSHORT(cishort, p); \
1656 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1671 GETSHORT(cishort, p); \
1674 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1689 GETSHORT(cishort, p); \
1692 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1719 GETSHORT(cishort, p); \
1722 if (cishort != PPP_LQR || cilong != val) \
1827 u_short cishort; /* Parsed short value */
1881 GETSHORT(cishort, p); /* Parse MRU */
1888 if (cishort < PPP_MINMRU) {
1896 ho->mru = cishort; /* And remember value */
1942 GETSHORT(cishort, p);
1956 if (cishort == PPP_PAP) {
1994 if (cishort == PPP_CHAP) {
2045 if (cishort == PPP_EAP) {
2122 GETSHORT(cishort, p);
2129 if (cishort != PPP_LQR) {
2192 GETSHORT(cishort, p);
2195 ho->mrru = cishort;
2388 u_short cishort;
2426 GETSHORT(cishort, p);
2427 printer(arg, "mru %d", cishort);
2441 GETSHORT(cishort, p);
2442 switch (cishort) {
2480 printer(arg, "0x%x", cishort);
2489 GETSHORT(cishort, p);
2490 switch (cishort) {
2495 printer(arg, "0x%x", cishort);
2504 GETCHAR(cishort, p);
2505 switch (cishort) {
2510 printer(arg, "0x%x", cishort);
2536 GETSHORT(cishort, p);
2537 printer(arg, "mrru %d", cishort);