Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h439 #define SCTP_HEARTBEAT_REQUEST 0x04 macro
H A Dsctp_input.c3269 case SCTP_HEARTBEAT_REQUEST: in process_chunk_drop()
4576 (ch->chunk_type == SCTP_HEARTBEAT_REQUEST)) && in sctp_process_control()
4844 case SCTP_HEARTBEAT_REQUEST: in sctp_process_control()
H A Dsctp_output.c7034 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) || in sctp_clean_up_ctl()
8359 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) || in sctp_med_chunk_output()
8368 if (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) { in sctp_med_chunk_output()
11289 chk->rec.chunk_id.id = SCTP_HEARTBEAT_REQUEST; in sctp_send_hb()
11310 hb->ch.chunk_type = SCTP_HEARTBEAT_REQUEST; in sctp_send_hb()
H A Dsctp_indata.c2809 case SCTP_HEARTBEAT_REQUEST: in sctp_process_data()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h439 #define SCTP_HEARTBEAT_REQUEST 0x04 macro