Home
last modified time | relevance | path

Searched refs:SCTP_COOKIE_ECHO (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp.h445 #define SCTP_COOKIE_ECHO 0x0a macro
H A Dsctp_input.c3285 case SCTP_COOKIE_ECHO: in process_chunk_drop()
3292 if (cookie->rec.chunk_id.id == SCTP_COOKIE_ECHO) { in process_chunk_drop()
4415 } else if (ch->chunk_type != SCTP_COOKIE_ECHO) { in sctp_process_control()
4444 if (ch->chunk_type == SCTP_COOKIE_ECHO) { in sctp_process_control()
4913 case SCTP_COOKIE_ECHO: in sctp_process_control()
H A Dsctp_timer.c1062 if (cookie->rec.chunk_id.id == SCTP_COOKIE_ECHO) { in sctp_cookie_timer()
H A Dsctp_output.c6893 if (chk->rec.chunk_id.id == SCTP_COOKIE_ECHO) { in sctp_toss_old_cookies()
8390 if (chk->rec.chunk_id.id == SCTP_COOKIE_ECHO) { in sctp_med_chunk_output()
9007 hdr->chunk_type = SCTP_COOKIE_ECHO; in sctp_send_cookie_echo()
9017 chk->rec.chunk_id.id = SCTP_COOKIE_ECHO; in sctp_send_cookie_echo()
9439 if ((chk->rec.chunk_id.id == SCTP_COOKIE_ECHO) || in sctp_chunk_retransmission()
9480 if (chk->rec.chunk_id.id == SCTP_COOKIE_ECHO) { in sctp_chunk_retransmission()
H A Dsctp_indata.c2815 case SCTP_COOKIE_ECHO: in sctp_process_data()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h445 #define SCTP_COOKIE_ECHO 0x0a macro