Searched refs:reconfig_supported (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c132 n_inp->reconfig_supported = inp->reconfig_supported;
247 n_inp->reconfig_supported = inp->reconfig_supported;
H A Dsctp_pcb.h487 uint8_t reconfig_supported; member in struct:sctp_inpcb
H A Dsctp_structs.h1216 uint8_t reconfig_supported; member in struct:sctp_association
H A Dsctp_usrreq.c4121 av->assoc_value = stcb->asoc.reconfig_supported;
4128 av->assoc_value = inp->reconfig_supported;
5245 if (stcb->asoc.reconfig_supported == 0) {
5312 if (stcb->asoc.reconfig_supported == 0) {
5378 if (stcb->asoc.reconfig_supported == 0) {
7175 inp->reconfig_supported = 0;
7177 inp->reconfig_supported = 1;
H A Dsctp_input.c2917 inp->reconfig_supported = (*inp_p)->reconfig_supported;
5541 if (stcb->asoc.reconfig_supported == 0) {
H A Dsctp_pcb.c2848 inp->reconfig_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_reconfig_enable);
7658 if ((stcb->asoc.reconfig_supported == 1) &&
7660 stcb->asoc.reconfig_supported = 0;
H A Dsctputil.c982 asoc->reconfig_supported = inp->reconfig_supported;
2772 if (stcb->asoc.reconfig_supported == 1) {
H A Dsctp_output.c5183 if (stcb->asoc.reconfig_supported == 1) {
6361 if (((asoc != NULL) && (asoc->reconfig_supported == 1)) ||
6362 ((asoc == NULL) && (inp->reconfig_supported == 1))) {

Completed in 3246 milliseconds