Searched refs:sndinfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c189 struct bio_dgram_sctp_sndinfo sndinfo; member in struct:bio_dgram_sctp_data_st
1388 struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo);
1397 struct sctp_sndinfo *sndinfo; local
1451 sndinfo = (struct sctp_sndinfo *)CMSG_DATA(cmsg);
1452 memset(sndinfo, 0, sizeof(struct sctp_sndinfo));
1453 sndinfo->snd_sid = sinfo->snd_sid;
1454 sndinfo->snd_flags = sinfo->snd_flags;
1455 sndinfo->snd_ppid = sinfo->snd_ppid;
1456 sndinfo->snd_context = sinfo->snd_context;
1675 memcpy(ptr, &(data->sndinfo), nu
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c3471 struct sctp_sndinfo sndinfo; local
3531 m_copydata(control, cmsg_data_off, sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);
3532 sndrcvinfo->sinfo_stream = sndinfo.snd_sid;
3533 sndrcvinfo->sinfo_flags = sndinfo.snd_flags;
3534 sndrcvinfo->sinfo_ppid = sndinfo.snd_ppid;
3535 sndrcvinfo->sinfo_context = sndinfo.snd_context;
3536 sndrcvinfo->sinfo_assoc_id = sndinfo.snd_assoc_id;

Completed in 451 milliseconds