OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 12 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025