Home
last modified time | relevance | path

Searched refs:ssf_info (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
Dtest_sctp_sendrecvmsg.c341 } while (!(ssf->ssf_info.sinfo_flags & 0x01)); /* LAST FRAG */ in main()
Dtest_timetolive.c391 } while (!(ssf->ssf_info.sinfo_flags & 0x01)); /* LAST_FRAG */ in main()
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h292 struct sctp_sndrcvinfo ssf_info; member
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c3603 ssf->ssf_info.sinfo_stream = chk->rec.data.sid; in sctp_notify_send_failed()
3604 ssf->ssf_info.sinfo_ssn = (uint16_t)chk->rec.data.mid; in sctp_notify_send_failed()
3605 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
3606 ssf->ssf_info.sinfo_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()
3607 ssf->ssf_info.sinfo_context = chk->rec.data.context; in sctp_notify_send_failed()
3608 ssf->ssf_info.sinfo_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3706 ssf->ssf_info.sinfo_stream = sp->sid; in sctp_notify_send_failed2()
3707 ssf->ssf_info.sinfo_ssn = 0; in sctp_notify_send_failed2()
3709 ssf->ssf_info.sinfo_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3711 ssf->ssf_info.sinfo_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
[all …]
Dsctp_uio.h390 struct sctp_sndrcvinfo ssf_info; member