Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h186 sctp_assoc_t snd_assoc_id; member
Duser_socket.c793 sinfo.sinfo_assoc_id = ((struct sctp_sndinfo *)info)->snd_assoc_id; in usrsctp_sendv()
819 sinfo.sinfo_assoc_id = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id; in usrsctp_sendv()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_uio.h186 sctp_assoc_t snd_assoc_id; member
Dsctp_usrreq.c3735 SCTP_FIND_STCB(inp, stcb, info->snd_assoc_id);
3747 (info->snd_assoc_id == SCTP_FUTURE_ASSOC)) {
6378 SCTP_FIND_STCB(inp, stcb, info->snd_assoc_id);
6396 (info->snd_assoc_id == SCTP_FUTURE_ASSOC) ||
6397 (info->snd_assoc_id == SCTP_ALL_ASSOC)) {
6407 if ((info->snd_assoc_id == SCTP_CURRENT_ASSOC) ||
6408 (info->snd_assoc_id == SCTP_ALL_ASSOC)) {
Dsctputil.c2994 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3107 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()
Dsctp_output.c3446 sndrcvinfo->sinfo_assoc_id = sndinfo.snd_assoc_id;