HomeSort by: relevance | last modified time | path
    Searched defs:pdapi (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctputil.c 2225 struct sctp_pdapi_event *pdapi; local in function:sctp_notify_partial_delivery_indication
2238 pdapi = mtod(m_notify, struct sctp_pdapi_event *);
2239 pdapi->pdapi_type = SCTP_PARTIAL_DELIVERY_EVENT;
2240 pdapi->pdapi_flags = 0;
2241 pdapi->pdapi_length = sizeof(struct sctp_pdapi_event);
2242 pdapi->pdapi_indication = error;
2243 pdapi->pdapi_assoc_id = sctp_get_associd(stcb);

Completed in 13 milliseconds