Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_uio.h191 struct sctp_nxtinfo { struct
207 struct sctp_nxtinfo recvv_nxtinfo; argument
H A Dsctp_indata.c177 struct sctp_nxtinfo *nxtinfo; in sctp_build_ctl_nchunk()
199 len += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()
247 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()
249 nxtinfo = (struct sctp_nxtinfo *)CMSG_DATA(cmh); in sctp_build_ctl_nchunk()
264 cmh = (struct cmsghdr *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_nxtinfo))); in sctp_build_ctl_nchunk()
265 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h191 struct sctp_nxtinfo { struct
207 struct sctp_nxtinfo recvv_nxtinfo; argument