Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_dgram.c1247 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo)) + in dgram_sctp_write()
1249 struct sctp_sndinfo *sndinfo; in dgram_sctp_write()
1295 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndinfo)); in dgram_sctp_write()
1296 sndinfo = (struct sctp_sndinfo *)CMSG_DATA(cmsg); in dgram_sctp_write()
1302 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndinfo)); in dgram_sctp_write()
1305 (struct cmsghdr *)&cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo))]; in dgram_sctp_write()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h212 struct sctp_sndinfo { struct
231 struct sctp_sndinfo sendv_sndinfo; argument
431 struct sctp_sndinfo ssfe_info;
Duser_socket.c839 if ((info == NULL) || (infolen != sizeof(struct sctp_sndinfo))) { in usrsctp_sendv()
843 sinfo.sinfo_stream = ((struct sctp_sndinfo *)info)->snd_sid; in usrsctp_sendv()
844 sinfo.sinfo_flags = ((struct sctp_sndinfo *)info)->snd_flags; in usrsctp_sendv()
845 sinfo.sinfo_ppid = ((struct sctp_sndinfo *)info)->snd_ppid; in usrsctp_sendv()
846 sinfo.sinfo_context = ((struct sctp_sndinfo *)info)->snd_context; in usrsctp_sendv()
847 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()
2354 ((struct sctp_sndinfo *)arg)->snd_assoc_id = id;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h177 struct sctp_sndinfo { struct
243 struct sctp_sndinfo sendv_sndinfo;
401 struct sctp_sndinfo ssfe_info;
Dsctp_usrreq.c3795 struct sctp_sndinfo *info;
3797 SCTP_CHECK_AND_CAST(info, optval, struct sctp_sndinfo, *optsize);
3825 *optsize = sizeof(struct sctp_sndinfo);
7075 struct sctp_sndinfo *info;
7078 SCTP_CHECK_AND_CAST(info, optval, struct sctp_sndinfo, optsize);
Dsctp_output.c3576 struct sctp_sndinfo sndinfo;
3633 if (cmsg_data_len < (int)sizeof(struct sctp_sndinfo)) {
3636 m_copydata(control, cmsg_data_off, sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);