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

/freebsd-10.1-release/sys/netinet/
H A Dsctp.h558 #define SCTP_PCB_FLAGS_DRYEVNT 0x0000000004000000 macro
H A Dsctp_usrreq.c2163 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT))
2975 event_type = SCTP_PCB_FLAGS_DRYEVNT;
4798 sctp_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT);
4800 sctp_feature_off(inp, SCTP_PCB_FLAGS_DRYEVNT);
4854 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
4856 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
5693 event_type = SCTP_PCB_FLAGS_DRYEVNT;
5719 if (event_type == SCTP_PCB_FLAGS_DRYEVNT) {
5736 if ((event_type == SCTP_PCB_FLAGS_DRYEVNT) &&
H A Dsctputil.c3260 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DRYEVNT)) {

Completed in 87 milliseconds