HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_STATE_MASK (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 518 #define SCTP_STATE_MASK 0x007f
520 #define SCTP_GET_STATE(asoc) ((asoc)->state & SCTP_STATE_MASK)
521 #define SCTP_SET_STATE(asoc, newstate) ((asoc)->state = ((asoc)->state & ~SCTP_STATE_MASK) | newstate)
    [all...]
sctputil.c     [all...]
sctp_input.c     [all...]
  /external/tcpdump/
sctpConstants.h 224 #define SCTP_STATE_MASK 0x007f

Completed in 40 milliseconds