Home
last modified time | relevance | path

Searched refs:snd_assoc_id (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c847 sinfo.sinfo_assoc_id = ((struct sctp_sndinfo *)info)->snd_assoc_id; in usrsctp_sendv()
848 assoc_id = &(((struct sctp_sndinfo *)info)->snd_assoc_id); in usrsctp_sendv()
874 sinfo.sinfo_assoc_id = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id; in usrsctp_sendv()
875 assoc_id = &(((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id); in usrsctp_sendv()
2354 ((struct sctp_sndinfo *)arg)->snd_assoc_id = id;
Dusrsctp.h217 sctp_assoc_t snd_assoc_id; member
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c502 spa.sendv_sndinfo.snd_assoc_id = 0; in gst_sctp_association_send_data()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h182 sctp_assoc_t snd_assoc_id; member
Dsctp_usrreq.c3798 SCTP_FIND_STCB(inp, stcb, info->snd_assoc_id);
3811 (info->snd_assoc_id == SCTP_FUTURE_ASSOC))) {
7079 SCTP_FIND_STCB(inp, stcb, info->snd_assoc_id);
7098 ((info->snd_assoc_id == SCTP_FUTURE_ASSOC) ||
7099 (info->snd_assoc_id == SCTP_ALL_ASSOC)))) {
7110 ((info->snd_assoc_id == SCTP_CURRENT_ASSOC) ||
7111 (info->snd_assoc_id == SCTP_ALL_ASSOC))) {
Dsctputil.c3589 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3696 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()
Dsctp_output.c3641 sndrcvinfo->sinfo_assoc_id = sndinfo.snd_assoc_id;