Searched refs:SCTP_PCB_FLAGS_DONOT_HEARTBEAT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | sctp.h | 548 #define SCTP_PCB_FLAGS_DONOT_HEARTBEAT 0x0000000000000004 macro
|
| HD | sctp_usrreq.c | 2454 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);
|
| HD | sctp_pcb.c | 3771 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { in sctp_add_remote_addr()
|