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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_usrreq.c2360 av->assoc_value = stcb->asoc.sctp_cmt_on_off;
2367 av->assoc_value = inp->sctp_cmt_on_off;
2386 av->assoc_value = stcb->asoc.congestion_control_module;
2393 av->assoc_value = inp->sctp_ep.sctp_default_cc_module;
2431 av->assoc_value = stcb->asoc.stream_scheduling_module;
2438 av->assoc_value = inp->sctp_ep.sctp_default_ss_module;
2479 if (av->assoc_value == AF_INET) {
2480 av->assoc_value = sizeof(struct sockaddr_in);
2485 if (av->assoc_value == AF_INET6) {
2486 av->assoc_value
[all...]
H A Dsctp_cc_functions.c1520 if ((cc_opt->aid_value.assoc_value != 0) &&
1521 (cc_opt->aid_value.assoc_value != 1)) {
1525 net->cc_mod.rtcc.ret_from_eq = cc_opt->aid_value.assoc_value;
1528 if ((cc_opt->aid_value.assoc_value != 0) &&
1529 (cc_opt->aid_value.assoc_value != 1)) {
1533 net->cc_mod.rtcc.use_dccc_ecn = cc_opt->aid_value.assoc_value;
1537 net->cc_mod.rtcc.steady_step = cc_opt->aid_value.assoc_value;
1549 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.ret_from_eq;
1555 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.use_dccc_ecn;
1561 cc_opt->aid_value.assoc_value
[all...]
H A Dsctp_uio.h714 uint32_t assoc_value; member in struct:sctp_assoc_value
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h418 StateId &assoc_value = state_tuple_table_[tuple]; local
419 if (assoc_value == 0) { // tuple wasn't present in lookup table:
422 assoc_value = state_tuples_.size();
424 return assoc_value - 1; // NB: assoc_value = ID + 1
H A Ddeterminize.h274 StateId &assoc_value = subset_hash_[subset]; local
275 if (assoc_value == 0) { // subset wasn't present; assign it a new ID
277 assoc_value = subsets_.size();
281 return assoc_value - 1; // NB: assoc_value = ID + 1
/external/kernel-headers/original/uapi/linux/
H A Dsctp.h660 uint32_t assoc_value; member in struct:sctp_assoc_value
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc365 stream_rst.assoc_value = 1;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Dusrsctp.h604 uint32_t assoc_value; member in struct:sctp_assoc_value

Completed in 3022 milliseconds