Home
last modified time | relevance | path

Searched refs:sctp_pdapi_event (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_uio.h428 struct sctp_pdapi_event { struct
531 struct sctp_pdapi_event sn_pdapi_event;
H A Dsctputil.c3650 struct sctp_pdapi_event *pdapi; in sctp_notify_partial_delivery_indication()
3663 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_pdapi_event), 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_partial_delivery_indication()
3668 pdapi = mtod(m_notify, struct sctp_pdapi_event *); in sctp_notify_partial_delivery_indication()
3669 memset(pdapi, 0, sizeof(struct sctp_pdapi_event)); in sctp_notify_partial_delivery_indication()
3672 pdapi->pdapi_length = sizeof(struct sctp_pdapi_event); in sctp_notify_partial_delivery_indication()
3678 SCTP_BUF_LEN(m_notify) = sizeof(struct sctp_pdapi_event); in sctp_notify_partial_delivery_indication()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h428 struct sctp_pdapi_event { struct
531 struct sctp_pdapi_event sn_pdapi_event;