Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h548 #define SCTP_PCB_FLAGS_DONOT_HEARTBEAT 0x0000000000000004 macro
H A Dsctp_usrreq.c2436 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
2474 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
5465 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5478 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5575 sctp_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5577 sctp_feature_on(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
H A Dsctp_pcb.c3899 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { in sctp_add_remote_addr()