IS2292
#define IS2292(x, y) ((inp->inp_flags & IN6P_RFC2292) ? (x) : (y))
#define IS2292(x, y) (y)
#undef IS2292