Home | History | Annotate | Download | only in netinet

Lines Matching refs:newstate

488 #define SCTP_SET_STATE(asoc, newstate)  ((asoc)->state = ((asoc)->state & ~SCTP_STATE_MASK) |  newstate)