Home
last modified time | relevance | path

Searched refs:asoc_state (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h157 uint32_t asoc_state; /* assoc state being checked */ member
Dsctp_pcb.c7897 uint32_t asoc_state, argument
7927 it->asoc_state = asoc_state;
Dsctputil.c1335 if (it->asoc_state && ((it->stcb->asoc.state & it->asoc_state) != it->asoc_state)) { in sctp_iterator_work()