Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h571 #define SCTP_PCB_FLAGS_DRYEVNT 0x0000000004000000 macro
H A Dsctp_usrreq.c2098 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT))
3025 event_type = SCTP_PCB_FLAGS_DRYEVNT;
5052 sctp_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT);
5054 sctp_feature_off(inp, SCTP_PCB_FLAGS_DRYEVNT);
5106 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
5108 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
6067 event_type = SCTP_PCB_FLAGS_DRYEVNT;
6093 if (event_type == SCTP_PCB_FLAGS_DRYEVNT) {
6110 if ((event_type == SCTP_PCB_FLAGS_DRYEVNT) &&
H A Dsctputil.c3786 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DRYEVNT)) { in sctp_notify_sender_dry_event()