HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_INITIATION_ACK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp.h 251 #define SCTP_INITIATION_ACK 0x02
sctp_input.c 1130 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) {
1471 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) {
2581 case SCTP_INITIATION_ACK: /* this should not happen */
3200 if (ch->chunk_type == SCTP_INITIATION_ACK) {
3302 case SCTP_INITIATION_ACK:
sctp_pcb.c 1201 (ch->chunk_type != SCTP_INITIATION_ACK) &&
1229 (ch->chunk_type == SCTP_INITIATION_ACK)) {
sctp_output.c 3585 initackm_out->msg.ch.chunk_type = SCTP_INITIATION_ACK;

Completed in 26 milliseconds