Searched refs:SCTP_DATA_FIRST_FRAG (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sctp.c143 #define SCTP_DATA_FIRST_FRAG 0x02 macro
609 if ((chunkDescPtr->chunkFlg & SCTP_DATA_FIRST_FRAG)
610 == SCTP_DATA_FIRST_FRAG)
620 ((chunkDescPtr->chunkFlg & SCTP_DATA_FIRST_FRAG)
621 == SCTP_DATA_FIRST_FRAG)
/freebsd-12-stable/sys/netinet/
H A Dsctp.h499 #define SCTP_DATA_FIRST_FRAG 0x02 macro
H A Dsctp_indata.c826 if (tchk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
932 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
1323 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
1413 if ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0) {
1432 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
1730 if (chk_flags & SCTP_DATA_FIRST_FRAG) {
1871 ((chk_flags & SCTP_DATA_FIRST_FRAG) == 0) &&
2005 if ((chk_flags & SCTP_DATA_FIRST_FRAG) &&
5461 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
H A Dsctp_output.c7281 rcv_flags |= SCTP_DATA_FIRST_FRAG;
7314 rcv_flags |= SCTP_DATA_FIRST_FRAG;
8723 ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0))
H A Dsctputil.c5027 if (sent || !(tp1->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG)) {

Completed in 227 milliseconds