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

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-sctp.c345 case SCTP_HEARTBEAT_REQUEST :
H A DsctpConstants.h110 #define SCTP_HEARTBEAT_REQUEST 0x04 macro
/freebsd-10.1-release/sys/netinet/
H A Dsctp.h434 #define SCTP_HEARTBEAT_REQUEST 0x04 macro
H A Dsctp_input.c3387 case SCTP_HEARTBEAT_REQUEST:
4630 (ch->chunk_type == SCTP_HEARTBEAT_REQUEST)) &&
5010 case SCTP_HEARTBEAT_REQUEST:
H A Dsctp_output.c7046 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) ||
8378 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) ||
8387 if (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) {
11273 chk->rec.chunk_id.id = SCTP_HEARTBEAT_REQUEST;
11294 hb->ch.chunk_type = SCTP_HEARTBEAT_REQUEST;
H A Dsctp_indata.c2444 case SCTP_HEARTBEAT_REQUEST:

Completed in 99 milliseconds