Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sctp.c101 #define SCTP_SELECTIVE_ACK 0x03 macro
121 { SCTP_SELECTIVE_ACK, "SACK" },
692 case SCTP_SELECTIVE_ACK: in sctp_print()
/freebsd/sys/netinet/
H A Dsctp.h445 #define SCTP_SELECTIVE_ACK 0x03 macro
H A Dsctp_input.c3223 case SCTP_SELECTIVE_ACK: in process_chunk_drop()
4506 if (((ch->chunk_type == SCTP_SELECTIVE_ACK) || in sctp_process_control()
4660 case SCTP_SELECTIVE_ACK: in sctp_process_control()
4670 ch->chunk_type == SCTP_SELECTIVE_ACK ? "SCTP_SACK" : "SCTP_NR_SACK"); in sctp_process_control()
4674 (ch->chunk_type == SCTP_SELECTIVE_ACK) ? "SCTP_SACK" : "SCTP_NR_SACK"); in sctp_process_control()
4677 if (ch->chunk_type == SCTP_SELECTIVE_ACK) { in sctp_process_control()
4700 if (ch->chunk_type == SCTP_SELECTIVE_ACK) { in sctp_process_control()
4736 (ch->chunk_type == SCTP_SELECTIVE_ACK) ? "SCTP_SACK" : "SCTP_NR_SACK", in sctp_process_control()
H A Dsctp_output.c7135 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) || in sctp_clean_up_ctl()
7914 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) || in sctp_med_chunk_output()
8405 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) || in sctp_med_chunk_output()
8420 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) || in sctp_med_chunk_output()
10575 type = SCTP_SELECTIVE_ACK; in sctp_send_sack()
10655 if (type == SCTP_SELECTIVE_ACK) { in sctp_send_sack()
10718 if (type == SCTP_SELECTIVE_ACK) { in sctp_send_sack()
10743 if (((type == SCTP_SELECTIVE_ACK) && in sctp_send_sack()
10750 if (type == SCTP_SELECTIVE_ACK) { in sctp_send_sack()
10901 if (type == SCTP_SELECTIVE_ACK) { in sctp_send_sack()
H A Dsctp_indata.c2809 case SCTP_SELECTIVE_ACK: in sctp_process_data()