Searched refs:snd_sid (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1367 sndinfo->snd_sid = sinfo->snd_sid;
1389 sndrcvinfo->sinfo_stream = sinfo->snd_sid;
H A Dbio.h367 uint16_t snd_sid; member in struct:bio_dgram_sctp_sndinfo
/freebsd-10.0-release/sys/netinet/
H A Dsctp_uio.h152 uint16_t snd_sid; member in struct:sctp_sndinfo
H A Dsctp_usrreq.c3080 info->snd_sid = stcb->asoc.def_send.sinfo_stream;
3091 info->snd_sid = inp->def_send.sinfo_stream;
5528 if (info->snd_sid < stcb->asoc.streamoutcnt) {
5529 stcb->asoc.def_send.sinfo_stream = info->snd_sid;
5546 inp->def_send.sinfo_stream = info->snd_sid;
5559 if (info->snd_sid < stcb->asoc.streamoutcnt) {
5560 stcb->asoc.def_send.sinfo_stream = info->snd_sid;
H A Dsctputil.c2854 ssfe->ssfe_info.snd_sid = chk->rec.data.stream_number;
2965 ssfe->ssfe_info.snd_sid = sp->stream;
H A Dsctp_output.c3381 sndrcvinfo->sinfo_stream = sndinfo.snd_sid;

Completed in 169 milliseconds