sctp_sndrcvinfo
struct sctp_sndrcvinfo *sndrcvinfo;
sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
struct sctp_sndrcvinfo *sndrcvinfo;
cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
struct sctp_sndrcvinfo sinfo;
memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
struct sctp_sndrcvinfo *sinfo;
char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
memset(sinfo, 0, sizeof(struct sctp_sndrcvinfo));
const struct sctp_sndrcvinfo *sinfo,
char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
memcpy(CMSG_DATA(cmsg), sinfo, sizeof(struct sctp_sndrcvinfo));
struct sctp_sndrcvinfo *sinfo,
struct sctp_sndrcvinfo __sinfo;
struct sctp_sndrcvinfo sinfo;
memset((void *)&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
struct sctp_sndrcvinfo *sinfo,
memcpy(sinfo, CMSG_DATA(cmsg), sizeof(struct sctp_sndrcvinfo));
typedef int (__sys_sctp_generic_sendmsg_t)(int, void *, int, const struct sockaddr *, __socklen_t, struct sctp_sndrcvinfo *, int);
typedef int (__sys_sctp_generic_sendmsg_iov_t)(int, struct iovec *, int, const struct sockaddr *, __socklen_t, struct sctp_sndrcvinfo *, int);
typedef int (__sys_sctp_generic_recvmsg_t)(int, struct iovec *, int, struct sockaddr *, __socklen_t *, struct sctp_sndrcvinfo *, int *);
struct sctp_sndrcvinfo;
int __sys_sctp_generic_sendmsg(int sd, void * msg, int mlen, const struct sockaddr * to, __socklen_t tolen, struct sctp_sndrcvinfo * sinfo, int flags);
int __sys_sctp_generic_sendmsg_iov(int sd, struct iovec * iov, int iovlen, const struct sockaddr * to, __socklen_t tolen, struct sctp_sndrcvinfo * sinfo, int flags);
int __sys_sctp_generic_recvmsg(int sd, struct iovec * iov, int iovlen, struct sockaddr * from, __socklen_t * fromlenaddr, struct sctp_sndrcvinfo * sinfo, int * msg_flags);
sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo)
struct sctp_sndrcvinfo *outinfo;
len += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
outinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmh);
cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
struct sctp_sndrcvinfo *sinfo);
struct sctp_sndrcvinfo sndrcvninfo;
struct sctp_sndrcvinfo *srcv,
struct sctp_sndrcvinfo *sndrcvinfo;
sndrcvinfo = (struct sctp_sndrcvinfo *)data;
if (cpsize < sizeof(struct sctp_sndrcvinfo)) {
memset(sndrcvinfo, 0, sizeof(struct sctp_sndrcvinfo));
struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL;
struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL;
struct sctp_sndrcvinfo sinfo;
memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
(struct sctp_sndrcvinfo *)&sinfo, 1);
struct sctp_sndrcvinfo *srcv
struct sctp_sndrcvinfo *sinfo,
const struct sctp_sndrcvinfo *, int);
int, struct sctp_sndrcvinfo *, int);
struct sctp_sndrcvinfo *, int *);
struct sctp_sndrcvinfo ssf_info;
struct sctp_sndrcvinfo *s_info;
SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, *optsize);
*optsize = sizeof(struct sctp_sndrcvinfo);
struct sctp_sndrcvinfo *s_info;
SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, optsize);
struct sctp_sndrcvinfo *sinfo,
(struct sctp_sndrcvinfo *)&sinfo, filling_sinfo);
(struct sctp_sndrcvinfo *)&sinfo);
char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
struct sctp_sndrcvinfo sri;
print_sctp_sndrcvinfo(FILE *fp, bool receive, struct sctp_sndrcvinfo *info)
if (len == CMSG_LEN(sizeof(struct sctp_sndrcvinfo)))
(struct sctp_sndrcvinfo *)data);
struct sctp_sndrcvinfo info;
&info, sizeof(struct sctp_sndrcvinfo)) == -1) {