Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_uio.h180 struct sctp_rcvinfo { struct
206 struct sctp_rcvinfo recvv_rcvinfo; argument
H A Dsctp_indata.c176 struct sctp_rcvinfo *rcvinfo; in sctp_build_ctl_nchunk()
193 len += CMSG_SPACE(sizeof(struct sctp_rcvinfo)); in sctp_build_ctl_nchunk()
231 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_rcvinfo)); in sctp_build_ctl_nchunk()
233 rcvinfo = (struct sctp_rcvinfo *)CMSG_DATA(cmh); in sctp_build_ctl_nchunk()
242 cmh = (struct cmsghdr *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_rcvinfo))); in sctp_build_ctl_nchunk()
243 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_rcvinfo)); in sctp_build_ctl_nchunk()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h180 struct sctp_rcvinfo { struct
206 struct sctp_rcvinfo recvv_rcvinfo; argument