Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_DONOT_HEARTBEAT (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDsctp.h548 #define SCTP_PCB_FLAGS_DONOT_HEARTBEAT 0x0000000000000004 macro
HDsctp_usrreq.c2454 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
2492 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
5483 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5496 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5593 sctp_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5595 sctp_feature_on(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
HDsctp_pcb.c3771 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { in sctp_add_remote_addr()