Symbol: sctp_sndrcvinfo
usr/src/lib/libsctp/common/sctp.c
260
socklen_t *fromlen, struct sctp_sndrcvinfo *sinfo, int *msg_flags)
usr/src/lib/libsctp/common/sctp.c
313
struct sctp_sndrcvinfo *sinfo;
usr/src/lib/libsctp/common/sctp.c
332
sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
usr/src/lib/libsctp/common/sctp.c
348
const struct sctp_sndrcvinfo *sinfo, int flags)
usr/src/lib/libsocket/socket/weaks.c
192
bcopy(&((struct sctp_sndrcvinfo *)
usr/src/uts/common/inet/sctp/sctp_input.c
358
optlen += sizeof (*cmsg) + sizeof (struct sctp_sndrcvinfo);
usr/src/uts/common/inet/sctp/sctp_input.c
475
struct sctp_sndrcvinfo *sri;
usr/src/uts/common/inet/sctp/sctp_input.c
483
sri = (struct sctp_sndrcvinfo *)(cmsg + 1);
usr/src/uts/common/inet/sctp/sctp_opt_data.c
552
struct sctp_sndrcvinfo *sinfo = ptr;
usr/src/uts/common/inet/sctp/sctp_opt_data.c
569
const struct sctp_sndrcvinfo *sinfo = invalp;
usr/src/uts/common/inet/sctp/sctp_opt_data.c
656
sizeof (struct sctp_sndrcvinfo), 0 },
usr/src/uts/common/inet/sctp/sctp_output.c
188
struct sctp_sndrcvinfo *sndrcv;
usr/src/uts/common/inet/sctp/sctp_output.c
205
sndrcv = (struct sctp_sndrcvinfo *)(cmsg + 1);
usr/src/uts/common/inet/sockmods/socksctp.c
1341
if (optlen != sizeof (struct sctp_sndrcvinfo)) {
usr/src/uts/common/inet/sockmods/socksctp.c
1346
id = ((struct sctp_sndrcvinfo *)
usr/src/uts/common/inet/sockmods/socksctp.c
2065
struct sctp_sndrcvinfo *sinfo;
usr/src/uts/common/inet/sockmods/socksctp.c
2135
sinfo = (struct sctp_sndrcvinfo *)
usr/src/uts/common/inet/sockmods/socksctp.c
739
struct sctp_sndrcvinfo *sinfo;
usr/src/uts/common/inet/sockmods/socksctp.c
763
sinfo = (struct sctp_sndrcvinfo *)(cmsg + 1);
usr/src/uts/common/inet/sockmods/socksctp.c
939
struct sctp_sndrcvinfo *sinfo;
usr/src/uts/common/inet/sockmods/socksctp.c
960
sinfo = (struct sctp_sndrcvinfo *)(cmsg + 1);
usr/src/uts/common/netinet/sctp.h
270
struct sctp_sndrcvinfo ssf_info;
usr/src/uts/common/netinet/sctp.h
552
socklen_t *, struct sctp_sndrcvinfo *, int *msg_flags);
usr/src/uts/common/netinet/sctp.h
554
const struct sctp_sndrcvinfo *, int);