HomeSort by: relevance | last modified time | path
    Searched refs:sctp_pdapi_event (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_uio.h 296 struct sctp_pdapi_event { struct
370 struct sctp_pdapi_event sn_pdapi_event;
sctputil.c 2225 struct sctp_pdapi_event *pdapi;
2238 pdapi = mtod(m_notify, struct sctp_pdapi_event *);
2241 pdapi->pdapi_length = sizeof(struct sctp_pdapi_event);
2246 m_notify->m_pkthdr.len = sizeof(struct sctp_pdapi_event);
2248 m_notify->m_len = sizeof(struct sctp_pdapi_event);

Completed in 35 milliseconds