Lines Matching refs:pdapi
485 struct sctp_pdapi_event *pdapi;
491 if ((mp = allocb(sizeof (*pdapi), BPRI_MED)) == NULL)
494 pdapi = (struct sctp_pdapi_event *)mp->b_rptr;
495 pdapi->pdapi_type = SCTP_PARTIAL_DELIVERY_EVENT;
496 pdapi->pdapi_flags = 0;
497 pdapi->pdapi_length = sizeof (*pdapi);
498 pdapi->pdapi_indication = SCTP_PARTIAL_DELIVERY_ABORTED;
499 pdapi->pdapi_assoc_id = 0;
500 mp->b_wptr = (uchar_t *)(pdapi + 1);
501 sctp_notify(sctp, mp, pdapi->pdapi_length);