Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h593 #define SCTP_PCB_FLAGS_DRYEVNT 0x0000000004000000 macro
Dsctp_usrreq.c2803 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT))
3796 event_type = SCTP_PCB_FLAGS_DRYEVNT;
5984 sctp_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT);
5986 sctp_feature_off(inp, SCTP_PCB_FLAGS_DRYEVNT);
6040 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
6042 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
7064 event_type = SCTP_PCB_FLAGS_DRYEVNT;
7090 if (event_type == SCTP_PCB_FLAGS_DRYEVNT) {
7106 if ((event_type == SCTP_PCB_FLAGS_DRYEVNT) &&
Dsctputil.c3969 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DRYEVNT)) { in sctp_notify_sender_dry_event()