Searched refs:SCTP_PCB_FLAGS_DONOT_HEARTBEAT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | sctp.h | 549 #define SCTP_PCB_FLAGS_DONOT_HEARTBEAT 0x0000000000000004 macro
|
| HD | sctp_usrreq.c | 2443 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { 2481 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { 5472 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT); 5485 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT); 5582 sctp_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT); 5584 sctp_feature_on(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
|
| HD | sctp_pcb.c | 3772 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { in sctp_add_remote_addr()
|