Searched refs:snd_flags (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1413 handshake_sinfo.snd_flags = SCTP_SACK_IMMEDIATELY;
1454 sndinfo->snd_flags = sinfo->snd_flags;
1477 sndrcvinfo->sinfo_flags = sinfo->snd_flags;
H A Dbio.h377 uint16_t snd_flags; member in struct:bio_dgram_sctp_sndinfo
/freebsd-11-stable/sys/netinet/
H A Dsctp_uio.h159 uint16_t snd_flags; member in struct:sctp_sndinfo
H A Dsctp_usrreq.c3147 info->snd_flags = stcb->asoc.def_send.sinfo_flags;
3148 info->snd_flags &= 0xfff0;
3159 info->snd_flags = inp->def_send.sinfo_flags;
3160 info->snd_flags &= 0xfff0;
6252 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
6270 inp->def_send.sinfo_flags = info->snd_flags;
6285 stcb->asoc.def_send.sinfo_flags = info->snd_flags;
H A Dsctputil.c3076 ssfe->ssfe_info.snd_flags = chk->rec.data.rcv_flags;
3184 ssfe->ssfe_info.snd_flags = SCTP_DATA_LAST_FRAG;
3186 ssfe->ssfe_info.snd_flags = SCTP_DATA_NOT_FRAG;
H A Dsctp_output.c3533 sndrcvinfo->sinfo_flags = sndinfo.snd_flags;
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c1319 print_mask_arg(sysdecode_sctp_snd_flags, fp, info->snd_flags);

Completed in 287 milliseconds