OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_SET_STATE
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c
959
SCTP_SET_STATE
(asoc, SCTP_STATE_SHUTDOWN_RECEIVED);
[
all
...]
sctp_constants.h
488
#define
SCTP_SET_STATE
(asoc, newstate) ((asoc)->state = ((asoc)->state & ~SCTP_STATE_MASK) | newstate)
[
all
...]
sctp_indata.c
[
all
...]
sctp_timer.c
[
all
...]
sctp_usrreq.c
[
all
...]
sctp_output.c
[
all
...]
sctp_pcb.c
[
all
...]
sctputil.c
972
SCTP_SET_STATE
(&stcb->asoc, SCTP_STATE_INUSE);
[
all
...]
Completed in 41 milliseconds