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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c3229 struct sctp_pdapi_event *pdapi; local
3247 pdapi = mtod(m_notify, struct sctp_pdapi_event *);
3248 memset(pdapi, 0, sizeof(struct sctp_pdapi_event));
3249 pdapi->pdapi_type = SCTP_PARTIAL_DELIVERY_EVENT;
3250 pdapi->pdapi_flags = 0;
3251 pdapi->pdapi_length = sizeof(struct sctp_pdapi_event);
3252 pdapi->pdapi_indication = error;
3253 pdapi->pdapi_stream = (val >> 16);
3254 pdapi->pdapi_seq = (val & 0x0000ffff);
3255 pdapi
[all...]

Completed in 521 milliseconds