Symbol: sctp_sndrcvinfo
crypto/openssl/crypto/bio/bss_dgram.c
2023
struct sctp_sndrcvinfo *sndrcvinfo;
crypto/openssl/crypto/bio/bss_dgram.c
2025
sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
crypto/openssl/crypto/bio/bss_dgram.c
2212
char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
crypto/openssl/crypto/bio/bss_dgram.c
2213
struct sctp_sndrcvinfo *sndrcvinfo;
crypto/openssl/crypto/bio/bss_dgram.c
2277
cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
crypto/openssl/crypto/bio/bss_dgram.c
2278
sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
crypto/openssl/crypto/bio/bss_dgram.c
2288
msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
518
struct sctp_sndrcvinfo sinfo;
lib/libc/net/sctp_sys_calls.c
520
memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
531
struct sctp_sndrcvinfo *sinfo;
lib/libc/net/sctp_sys_calls.c
533
char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
lib/libc/net/sctp_sys_calls.c
594
msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
599
cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
600
sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
lib/libc/net/sctp_sys_calls.c
601
memset(sinfo, 0, sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
634
const struct sctp_sndrcvinfo *sinfo,
lib/libc/net/sctp_sys_calls.c
646
char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
lib/libc/net/sctp_sys_calls.c
661
msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
666
cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
667
memcpy(CMSG_DATA(cmsg), sinfo, sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
677
struct sctp_sndrcvinfo *sinfo,
lib/libc/net/sctp_sys_calls.c
680
struct sctp_sndrcvinfo __sinfo;
lib/libc/net/sctp_sys_calls.c
787
struct sctp_sndrcvinfo sinfo;
lib/libc/net/sctp_sys_calls.c
789
memset((void *)&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
lib/libc/net/sctp_sys_calls.c
804
struct sctp_sndrcvinfo *sinfo,
lib/libc/net/sctp_sys_calls.c
855
memcpy(sinfo, CMSG_DATA(cmsg), sizeof(struct sctp_sndrcvinfo));
lib/libsys/_libsys.h
356
typedef int (__sys_sctp_generic_sendmsg_t)(int, void *, int, const struct sockaddr *, __socklen_t, struct sctp_sndrcvinfo *, int);
lib/libsys/_libsys.h
357
typedef int (__sys_sctp_generic_sendmsg_iov_t)(int, struct iovec *, int, const struct sockaddr *, __socklen_t, struct sctp_sndrcvinfo *, int);
lib/libsys/_libsys.h
358
typedef int (__sys_sctp_generic_recvmsg_t)(int, struct iovec *, int, struct sockaddr *, __socklen_t *, struct sctp_sndrcvinfo *, int *);
lib/libsys/_libsys.h
48
struct sctp_sndrcvinfo;
lib/libsys/_libsys.h
766
int __sys_sctp_generic_sendmsg(int sd, void * msg, int mlen, const struct sockaddr * to, __socklen_t tolen, struct sctp_sndrcvinfo * sinfo, int flags);
lib/libsys/_libsys.h
767
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);
lib/libsys/_libsys.h
768
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);
sys/netinet/sctp_indata.c
169
sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo)
sys/netinet/sctp_indata.c
172
struct sctp_sndrcvinfo *outinfo;
sys/netinet/sctp_indata.c
206
len += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
sys/netinet/sctp_indata.c
266
outinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmh);
sys/netinet/sctp_indata.c
273
cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
sys/netinet/sctp_indata.c
276
SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
sys/netinet/sctp_indata.h
75
struct sctp_sndrcvinfo *sinfo);
sys/netinet/sctp_output.c
12520
struct sctp_sndrcvinfo sndrcvninfo;
sys/netinet/sctp_output.c
12567
struct sctp_sndrcvinfo *srcv,
sys/netinet/sctp_output.c
3502
struct sctp_sndrcvinfo *sndrcvinfo;
sys/netinet/sctp_output.c
3504
sndrcvinfo = (struct sctp_sndrcvinfo *)data;
sys/netinet/sctp_output.c
3506
if (cpsize < sizeof(struct sctp_sndrcvinfo)) {
sys/netinet/sctp_output.c
3509
memset(sndrcvinfo, 0, sizeof(struct sctp_sndrcvinfo));
sys/netinet/sctp_syscalls.c
230
struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL;
sys/netinet/sctp_syscalls.c
330
struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL;
sys/netinet/sctp_syscalls.c
450
struct sctp_sndrcvinfo sinfo;
sys/netinet/sctp_syscalls.c
522
memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
sys/netinet/sctp_syscalls.c
526
(struct sctp_sndrcvinfo *)&sinfo, 1);
sys/netinet/sctp_uio.h
1270
struct sctp_sndrcvinfo *srcv
sys/netinet/sctp_uio.h
1281
struct sctp_sndrcvinfo *sinfo,
sys/netinet/sctp_uio.h
1309
const struct sctp_sndrcvinfo *, int);
sys/netinet/sctp_uio.h
1314
int, struct sctp_sndrcvinfo *, int);
sys/netinet/sctp_uio.h
1326
struct sctp_sndrcvinfo *, int *);
sys/netinet/sctp_uio.h
368
struct sctp_sndrcvinfo ssf_info;
sys/netinet/sctp_usrreq.c
2759
struct sctp_sndrcvinfo *s_info;
sys/netinet/sctp_usrreq.c
2761
SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, *optsize);
sys/netinet/sctp_usrreq.c
2781
*optsize = sizeof(struct sctp_sndrcvinfo);
sys/netinet/sctp_usrreq.c
5164
struct sctp_sndrcvinfo *s_info;
sys/netinet/sctp_usrreq.c
5166
SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, optsize);
sys/netinet/sctputil.c
5518
struct sctp_sndrcvinfo *sinfo,
sys/netinet/sctputil.c
6588
(struct sctp_sndrcvinfo *)&sinfo, filling_sinfo);
sys/netinet/sctputil.c
6596
(struct sctp_sndrcvinfo *)&sinfo);
sys/sys/sysproto.h
1304
char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
sys/sys/sysproto.h
1313
char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
sys/sys/sysproto.h
1322
char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
tests/sys/capsicum/sctp.cc
157
struct sctp_sndrcvinfo sri;
usr.bin/truss/syscalls.c
1292
print_sctp_sndrcvinfo(FILE *fp, bool receive, struct sctp_sndrcvinfo *info)
usr.bin/truss/syscalls.c
1404
if (len == CMSG_LEN(sizeof(struct sctp_sndrcvinfo)))
usr.bin/truss/syscalls.c
1406
(struct sctp_sndrcvinfo *)data);
usr.bin/truss/syscalls.c
2749
struct sctp_sndrcvinfo info;
usr.bin/truss/syscalls.c
2752
&info, sizeof(struct sctp_sndrcvinfo)) == -1) {