Home
last modified time | relevance | path

Searched refs:sctp_sndrcvinfo (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsctp/common/
H A Dsctp.c260 socklen_t *fromlen, struct sctp_sndrcvinfo *sinfo, int *msg_flags) in sctp_recvmsg()
313 struct sctp_sndrcvinfo *sinfo; in sctp_send_common()
332 sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg); in sctp_send_common()
348 const struct sctp_sndrcvinfo *sinfo, int flags) in sctp_send()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h124 struct sctp_sndrcvinfo { struct
270 struct sctp_sndrcvinfo ssf_info;
552 socklen_t *, struct sctp_sndrcvinfo *, int *msg_flags);
554 const struct sctp_sndrcvinfo *, int);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c739 struct sctp_sndrcvinfo *sinfo; in sosctp_sendmsg()
763 sinfo = (struct sctp_sndrcvinfo *)(cmsg + 1); in sosctp_sendmsg()
939 struct sctp_sndrcvinfo *sinfo; in sosctp_seq_sendmsg()
960 sinfo = (struct sctp_sndrcvinfo *)(cmsg + 1); in sosctp_seq_sendmsg()
1344 if (optlen != sizeof (struct sctp_sndrcvinfo)) { in sosctp_setsockopt()
1349 id = ((struct sctp_sndrcvinfo *) in sosctp_setsockopt()
2068 struct sctp_sndrcvinfo *sinfo; in sctp_assoc_recv()
2138 sinfo = (struct sctp_sndrcvinfo *) in sctp_assoc_recv()
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dweaks.c192 bcopy(&((struct sctp_sndrcvinfo *) in _getsockopt()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c551 struct sctp_sndrcvinfo *sinfo = ptr; in sctp_get_def_send_params()
568 const struct sctp_sndrcvinfo *sinfo = invalp; in sctp_set_def_send_params()
655 sizeof (struct sctp_sndrcvinfo), 0 },
H A Dsctp_output.c188 struct sctp_sndrcvinfo *sndrcv; in sctp_sendmsg()
205 sndrcv = (struct sctp_sndrcvinfo *)(cmsg + 1); in sctp_sendmsg()
H A Dsctp_input.c357 optlen += sizeof (*cmsg) + sizeof (struct sctp_sndrcvinfo); in sctp_input_add_ancillary()
474 struct sctp_sndrcvinfo *sri; in sctp_input_add_ancillary()
482 sri = (struct sctp_sndrcvinfo *)(cmsg + 1); in sctp_input_add_ancillary()