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
359
optlen += sizeof (*cmsg) + sizeof (struct sctp_sndrcvinfo);
usr/src/uts/common/inet/sctp/sctp_input.c
476
struct sctp_sndrcvinfo *sri;
usr/src/uts/common/inet/sctp/sctp_input.c
484
sri = (struct sctp_sndrcvinfo *)(cmsg + 1);
usr/src/uts/common/inet/sctp/sctp_opt_data.c
553
struct sctp_sndrcvinfo *sinfo = ptr;
usr/src/uts/common/inet/sctp/sctp_opt_data.c
570
const struct sctp_sndrcvinfo *sinfo = invalp;
usr/src/uts/common/inet/sctp/sctp_opt_data.c
657
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
1342
if (optlen != sizeof (struct sctp_sndrcvinfo)) {
usr/src/uts/common/inet/sockmods/socksctp.c
1347
id = ((struct sctp_sndrcvinfo *)
usr/src/uts/common/inet/sockmods/socksctp.c
2071
struct sctp_sndrcvinfo *sinfo;
usr/src/uts/common/inet/sockmods/socksctp.c
2141
sinfo = (struct sctp_sndrcvinfo *)
usr/src/uts/common/inet/sockmods/socksctp.c
740
struct sctp_sndrcvinfo *sinfo;
usr/src/uts/common/inet/sockmods/socksctp.c
764
sinfo = (struct sctp_sndrcvinfo *)(cmsg + 1);
usr/src/uts/common/inet/sockmods/socksctp.c
940
struct sctp_sndrcvinfo *sinfo;
usr/src/uts/common/inet/sockmods/socksctp.c
961
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);