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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c485 struct sctp_pdapi_event *pdapi; local
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
[all...]

Completed in 90 milliseconds