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

/netbsd-current/sys/netinet/
H A Dsctp_uio.h283 struct sctp_adaption_event { struct
369 struct sctp_adaption_event sn_adaption_event;
H A Dsctputil.c2155 struct sctp_adaption_event *sai;
2168 sai = mtod(m_notify, struct sctp_adaption_event *);
2171 sai->sai_length = sizeof(struct sctp_adaption_event);
2176 m_notify->m_pkthdr.len = sizeof(struct sctp_adaption_event);
2178 m_notify->m_len = sizeof(struct sctp_adaption_event);

Completed in 130 milliseconds