Lines Matching defs:cishort
556 u_short cishort;
583 GETSHORT(cishort, p); \
584 if (cishort != val) \
609 GETSHORT(cishort, p); \
610 if (cishort != val) \
638 GETSHORT(cishort, p); \
639 if (cishort != PPP_LQR) \
684 u_short cishort;
716 GETSHORT(cishort, p); \
739 GETSHORT(cishort, p); \
761 GETSHORT(cishort, p); \
776 if (cishort <= wo->mru || cishort <= DEFMRU)
777 try.mru = cishort;
803 GETSHORT(cishort, p);
804 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
814 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
850 if (cishort != PPP_LQR)
911 GETSHORT(cishort, p);
912 if (cishort < DEFMRU)
913 try.mru = cishort;
987 u_short cishort;
1015 GETSHORT(cishort, p); \
1017 if (cishort != val) \
1029 GETSHORT(cishort, p); \
1032 if (cishort != val || cichar != digest) \
1059 GETSHORT(cishort, p); \
1062 if (cishort != PPP_LQR || cilong != val) \
1127 u_short cishort; /* Parsed short value */
1173 GETSHORT(cishort, p); /* Parse MRU */
1174 LCPDEBUG((LOG_INFO, "(%d)", cishort));
1181 if (cishort < MINMRU) {
1189 ho->mru = cishort; /* And remember value */
1227 GETSHORT(cishort, p);
1228 LCPDEBUG((LOG_INFO, "(%x)", cishort));
1241 if (cishort == PPP_PAP) {
1260 if (cishort == PPP_CHAP) {
1314 GETSHORT(cishort, p);
1316 LCPDEBUG((LOG_INFO, "(%x %x)", cishort, (unsigned int) cilong));
1322 if (cishort != PPP_LQR) {
1532 u_short cishort;
1570 GETSHORT(cishort, p);
1571 printer(arg, "mru %d", cishort);
1585 GETSHORT(cishort, p);
1586 switch (cishort) {
1594 printer(arg, "0x%x", cishort);
1602 GETSHORT(cishort, p);
1603 switch (cishort) {
1608 printer(arg, "0x%x", cishort);
1616 GETSHORT(cishort, p);
1617 switch (cishort) {
1622 printer(arg, "0x%x", cishort);