Home
last modified time | relevance | path

Searched refs:snd_flags (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1247 handshake_sinfo.snd_flags = SCTP_SACK_IMMEDIATELY; in dgram_sctp_write()
1281 sndinfo->snd_flags = sinfo->snd_flags; in dgram_sctp_write()
1304 sndrcvinfo->sinfo_flags = sinfo->snd_flags; in dgram_sctp_write()
/freebsd/sys/netinet/
H A Dsctp_uio.h156 uint16_t snd_flags; member
H A Dsctp_usrreq.c3103 info->snd_flags = stcb->asoc.def_send.sinfo_flags;
3104 info->snd_flags &= 0xfff0;
3115 info->snd_flags = inp->def_send.sinfo_flags;
3116 info->snd_flags &= 0xfff0;
6194 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
6212 inp->def_send.sinfo_flags = info->snd_flags;
6227 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
H A Dsctputil.c3438 ssfe->ssfe_info.snd_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
3543 ssfe->ssfe_info.snd_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3545 ssfe->ssfe_info.snd_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
H A Dsctp_output.c3518 sndrcvinfo->sinfo_flags = sndinfo.snd_flags; in sctp_find_cmsg()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h344 uint16_t snd_flags; member
H A Dbio.h.in321 uint16_t snd_flags; member
/freebsd/usr.bin/truss/
H A Dsyscalls.c1314 print_mask_arg(sysdecode_sctp_snd_flags, fp, info->snd_flags); in print_sctp_sndinfo()