Home
last modified time | relevance | path

Searched refs:SCTP_HAD_NO_TCB (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/netinet/
HDsctp.h469 #define SCTP_HAD_NO_TCB 0x01 macro
472 #define SCTP_FROM_MIDDLE_BOX SCTP_HAD_NO_TCB
HDsctp_input.c4585 if ((((ch->chunk_flags & SCTP_HAD_NO_TCB) == 0) && in sctp_process_control()
4587 (((ch->chunk_flags & SCTP_HAD_NO_TCB) == SCTP_HAD_NO_TCB) && in sctp_process_control()
HDsctp_output.c10804 abort->ch.chunk_flags = SCTP_HAD_NO_TCB; in sctp_send_abort_tcb()
10845 flags = SCTP_HAD_NO_TCB; in sctp_send_shutdown_complete()
11044 ch->chunk_flags = SCTP_HAD_NO_TCB; in sctp_send_resp_msg()
/trueos/contrib/tcpdump/
HDsctpConstants.h126 #define SCTP_HAD_NO_TCB 0x01 macro
/trueos/sys/netinet/libalias/
HDalias_sctp.c947 chunk_hdr->chunk_flags |= SCTP_HAD_NO_TCB; /* set Tbit */ in TxAbortErrorM()
1069 if ((chunk_hdr->chunk_flags & SCTP_HAD_NO_TCB) && in sctp_PktParser()