Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_PDAPIEVNT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp.h565 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro
Dsctp_usrreq.c2774 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT))
3639 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
5324 sctp_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5326 sctp_feature_off(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5383 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
5385 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
6254 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
Dsctp_pcb.c5434 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT) && (so != NULL)) {
Dsctputil.c3222 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_PDAPIEVNT)) { in sctp_notify_partial_delivery_indication()