SC_RCV_BITS
ap->flags = val & ~SC_RCV_BITS;
ap->rbits = val & SC_RCV_BITS;
if (~ap->rbits & SC_RCV_BITS) {
ap->flags = val & ~SC_RCV_BITS;
ap->rbits = val & SC_RCV_BITS;
opt->ppp_flags = val & ~SC_RCV_BITS;
network->flags = val & ~SC_RCV_BITS;
network->rbits = val & SC_RCV_BITS;