HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_DATA_FIRST_FRAG (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-sctp.c 205 if ((chunkDescPtr->chunkFlg & SCTP_DATA_FIRST_FRAG)
206 == SCTP_DATA_FIRST_FRAG)
216 ((chunkDescPtr->chunkFlg & SCTP_DATA_FIRST_FRAG)
217 == SCTP_DATA_FIRST_FRAG)
sctpConstants.h 132 #define SCTP_DATA_FIRST_FRAG 0x02
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 434 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
497 if ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0) {
500 } else if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
753 if ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0) {
789 if ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) &&
863 (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) !=
864 SCTP_DATA_FIRST_FRAG) {
881 (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == SCTP_DATA_FIRST_FRAG) {
    [all...]
sctp.h 493 #define SCTP_DATA_FIRST_FRAG 0x02
sctp_output.c     [all...]

Completed in 78 milliseconds