Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-sctp.c103 #define SCTP_INITIATION_ACK 0x02 macro
123 { SCTP_INITIATION_ACK, "INIT ACK" },
666 case SCTP_INITIATION_ACK : in sctp_print()
/netbsd/src/sys/netinet/
Dsctp.h251 #define SCTP_INITIATION_ACK 0x02 macro
Dsctp_input.c1130 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_existing()
1471 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_new()
2581 case SCTP_INITIATION_ACK: /* this should not happen */ in process_chunk_drop()
3200 if (ch->chunk_type == SCTP_INITIATION_ACK) { in sctp_process_control()
3302 case SCTP_INITIATION_ACK: in sctp_process_control()
Dsctp_pcb.c1201 (ch->chunk_type != SCTP_INITIATION_ACK) && in sctp_findassociation_addr()
1229 (ch->chunk_type == SCTP_INITIATION_ACK)) { in sctp_findassociation_addr()
Dsctp_output.c3585 initackm_out->msg.ch.chunk_type = SCTP_INITIATION_ACK; in sctp_send_initiate_ack()