Lines Matching refs:opt
54 #include "lwip/opt.h"
162 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */
163 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */
353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
357 PUTCHAR(opt, ucp); \
370 #define ADDCIADDR(opt, neg, old, val1, val2) \
375 PUTCHAR(opt, ucp); \
389 #define ADDCIDNS(opt, neg, addr) \
393 PUTCHAR(opt, ucp); \
438 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
447 citype != opt) { \
466 #define ACKCIADDR(opt, neg, old, val1, val2) \
476 citype != opt) { \
493 #define ACKCIDNS(opt, neg, addr) \
502 citype != opt) { \
563 #define NAKCIADDR(opt, neg, old, code) \
567 p[0] == opt) { \
583 #define NAKCIVJ(opt, neg, code) \
587 p[0] == opt) { \
595 #define NAKCIDNS(opt, neg, code) \
599 p[0] == opt) { \
764 #define REJCIADDR(opt, neg, old, val1, val2) \
768 p[0] == opt) { \
789 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \
793 p[0] == opt) { \
814 #define REJCIDNS(opt, neg, dnsaddr) \
818 p[0] == opt) { \