Home | History | Annotate | Download | only in net

Lines Matching defs:sinfo

477 	  const struct sctp_sndrcvinfo *sinfo,
505 *s_info = *sinfo;
516 struct sctp_sndrcvinfo *sinfo,
555 sinfo->sinfo_assoc_id = sctp_getassocid(sd, addrs);
556 if (sinfo->sinfo_assoc_id == 0) {
563 ret = sctp_send(sd, msg, len, sinfo, flags);
584 struct sctp_sndrcvinfo sinfo;
586 memset((void *) &sinfo, 0, sizeof(struct sctp_sndrcvinfo));
587 sinfo.sinfo_ppid = ppid;
588 sinfo.sinfo_flags = flags;
589 sinfo.sinfo_ssn = stream_no;
590 sinfo.sinfo_timetolive = timetolive;
591 sinfo.sinfo_context = context;
592 return sctp_sendx(sd, msg, len, addrs, addrcnt, &sinfo, 0);
601 struct sctp_sndrcvinfo *sinfo,
627 if ((msg.msg_controllen) && sinfo) {
638 *sinfo