INP_RECVDSTPORT
INP_RXSRCRT|INP_HOPLIMIT|INP_RECVIF|INP_RECVTTL|INP_RECVDSTPORT| \
#define IN6P_RECVDSTPORT INP_RECVDSTPORT /* receive IP dst addr before rdr */
optval = OPTBIT(INP_RECVDSTPORT);
OPTSET(INP_RECVDSTPORT);
if (ip && (inp->inp_flags & INP_RECVDSTPORT)) {