Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcpdump/
DsctpConstants.h110 #define SCTP_HEARTBEAT_REQUEST 0x04 macro
Dprint-sctp.c345 case SCTP_HEARTBEAT_REQUEST : in sctp_print()
/freebsd-10-stable/sys/netinet/
Dsctp.h439 #define SCTP_HEARTBEAT_REQUEST 0x04 macro
Dsctp_input.c3411 case SCTP_HEARTBEAT_REQUEST: in process_chunk_drop()
4712 (ch->chunk_type == SCTP_HEARTBEAT_REQUEST)) && in sctp_process_control()
5091 case SCTP_HEARTBEAT_REQUEST: in sctp_process_control()
Dsctp_output.c7055 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) || in sctp_clean_up_ctl()
8390 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) || in sctp_med_chunk_output()
8399 if (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) { in sctp_med_chunk_output()
11262 chk->rec.chunk_id.id = SCTP_HEARTBEAT_REQUEST; in sctp_send_hb()
11283 hb->ch.chunk_type = SCTP_HEARTBEAT_REQUEST; in sctp_send_hb()
Dsctp_indata.c2449 case SCTP_HEARTBEAT_REQUEST: in sctp_process_data()