Home
last modified time | relevance | path

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

/netbsd/external/bsd/tcpdump/dist/
H A Dprint-sctp.c105 #define SCTP_INITIATION_ACK 0x02 macro
125 { SCTP_INITIATION_ACK, "INIT ACK" },
712 case SCTP_INITIATION_ACK : in sctp_print()
/netbsd/sys/netinet/
H A Dsctp.h251 #define SCTP_INITIATION_ACK 0x02 macro
H A Dsctp_input.c1132 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_existing()
1473 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_new()
2585 case SCTP_INITIATION_ACK: /* this should not happen */ in process_chunk_drop()
3206 if (ch->chunk_type == SCTP_INITIATION_ACK) { in sctp_process_control()
3308 case SCTP_INITIATION_ACK: in sctp_process_control()
H A Dsctp_pcb.c1201 (ch->chunk_type != SCTP_INITIATION_ACK) && in sctp_findassociation_addr()
1229 (ch->chunk_type == SCTP_INITIATION_ACK)) { in sctp_findassociation_addr()
H A Dsctp_output.c3588 initackm_out->msg.ch.chunk_type = SCTP_INITIATION_ACK; in sctp_send_initiate_ack()