Lines Matching refs:cishort

641   u_short cishort;
666 GETSHORT(cishort, p); \
667 if (cishort != val) \
690 GETSHORT(cishort, p); \
691 if (cishort != val) \
717 GETSHORT(cishort, p); \
718 if (cishort != PPP_LQR) \
764 u_short cishort;
796 GETSHORT(cishort, p); \
819 GETSHORT(cishort, p); \
841 GETSHORT(cishort, p); \
856 if (cishort <= wo->mru || cishort < PPP_DEFMRU) {
857 try.mru = cishort;
884 GETSHORT(cishort, p);
885 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
896 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
934 if (cishort != PPP_LQR) {
998 GETSHORT(cishort, p);
999 if (cishort < PPP_DEFMRU) {
1000 try.mru = cishort;
1083 u_short cishort;
1111 GETSHORT(cishort, p); \
1113 if (cishort != val) { \
1126 GETSHORT(cishort, p); \
1129 if (cishort != val || cichar != digest) { \
1158 GETSHORT(cishort, p); \
1161 if (cishort != PPP_LQR || cilong != val) { \
1234 u_short cishort; /* Parsed short value */
1287 GETSHORT(cishort, p); /* Parse MRU */
1294 if (cishort < PPP_MINMRU) {
1303 ho->mru = cishort; /* And remember value */
1305 snprintf(&traceBuf[traceNdx], sizeof(traceBuf), " MRU %d", cishort);
1356 GETSHORT(cishort, p);
1369 if (cishort == PPP_PAP) {
1390 snprintf(&traceBuf[traceNdx], sizeof(traceBuf), " PAP (%X)", cishort);
1395 if (cishort == PPP_CHAP) {
1428 snprintf(&traceBuf[traceNdx], sizeof(traceBuf), " CHAP %X,%d", cishort, (int)cichar);
1444 LCPDEBUG(LOG_WARNING, ("lcp_reqci: Nak AUTHTYPE %d req CHAP\n", cishort));
1449 LCPDEBUG(LOG_WARNING, ("lcp_reqci: Nak AUTHTYPE %d req PAP\n", cishort));
1456 GETSHORT(cishort, p);
1459 snprintf(&traceBuf[traceNdx], sizeof(traceBuf), " QUALITY (%x %x)", cishort, (unsigned int) cilong);
1473 if (cishort != PPP_LQR) {
1776 u_short cishort;
1817 GETSHORT(cishort, p);
1818 printer(arg, "mru %d", cishort);
1832 GETSHORT(cishort, p);
1833 switch (cishort) {
1841 printer(arg, "0x%x", cishort);
1849 GETSHORT(cishort, p);
1850 switch (cishort) {
1855 printer(arg, "0x%x", cishort);
1863 GETSHORT(cishort, p);
1864 switch (cishort) {
1869 printer(arg, "0x%x", cishort);