OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_STATE_MASK
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h
485
#define
SCTP_STATE_MASK
0x007f
487
#define SCTP_GET_STATE(asoc) ((asoc)->state &
SCTP_STATE_MASK
)
488
#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 4540 milliseconds