Lines Matching refs:val

844 #define ADDCISHORT(opt, neg, val) \
848 PUTSHORT(val, ucp); \
851 #define ADDCICHAP(opt, neg, val) \
856 PUTCHAR((CHAP_DIGEST(val)), ucp); \
859 #define ADDCILONG(opt, neg, val) \
863 PUTLONG(val, ucp); \
866 #define ADDCILQR(opt, neg, val) \
871 PUTLONG(val, ucp); \
874 #define ADDCICHAR(opt, neg, val) \
878 PUTCHAR(val, ucp); \
880 #define ADDCIENDP(opt, neg, class, val, len) \
887 PUTCHAR(val[i], ucp); \
969 #define ACKCISHORT(opt, neg, val) \
979 if (cishort != val) \
982 #define ACKCICHAR(opt, neg, val) \
992 if (cichar != val) \
996 #define ACKCICHAP(opt, neg, val) \
1009 if (cichar != (CHAP_DIGEST(val))) \
1013 #define ACKCILONG(opt, neg, val) \
1023 if (cilong != val) \
1027 #define ACKCILQR(opt, neg, val) \
1040 if (cilong != val) \
1044 #define ACKCIENDP(opt, neg, class, val, vlen) \
1059 if (cichar != val[i]) \
1613 #define REJCISHORT(opt, neg, val) \
1622 if (cishort != val) \
1628 #define REJCICHAP(opt, neg, val) \
1638 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1646 #define REJCICHAP(opt, neg, val) \
1656 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1664 #define REJCICHAP(opt, neg, val) \
1674 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1682 #define REJCICHAP(opt, neg, val) \
1692 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1698 #define REJCILONG(opt, neg, val) \
1707 if (cilong != val) \
1712 #define REJCILQR(opt, neg, val) \
1722 if (cishort != PPP_LQR || cilong != val) \
1727 #define REJCICBCP(opt, neg, val) \
1736 if (cichar != val) \
1740 #define REJCIENDP(opt, neg, class, val, vlen) \
1753 if (cichar != val[i]) \