Home
last modified time | relevance | path

Searched refs:sctp_nxtinfo (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h169 struct sctp_nxtinfo { struct
185 struct sctp_nxtinfo recvv_nxtinfo; argument
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h211 struct sctp_nxtinfo { struct
227 struct sctp_nxtinfo recvv_nxtinfo; argument
Dsctp_indata.c185 struct sctp_nxtinfo *nxtinfo; in sctp_build_ctl_nchunk()
211 len += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()
267 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()
269 nxtinfo = (struct sctp_nxtinfo *)CMSG_DATA(cmh); in sctp_build_ctl_nchunk()
285 cmh = (WSACMSGHDR *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_nxtinfo))); in sctp_build_ctl_nchunk()
287 cmh = (struct cmsghdr *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_nxtinfo))); in sctp_build_ctl_nchunk()
289 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()