Home
last modified time | relevance | path

Searched refs:sctp_assoc_change (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/netinet/
HDsctp_uio.h299 struct sctp_assoc_change { struct
520 struct sctp_assoc_change sn_assoc_change;
HDsctputil.c3141 struct sctp_assoc_change *sac; in sctp_notify_assoc_change()
3158 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()
3179 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()
3186 sac = mtod(m_notify, struct sctp_assoc_change *); in sctp_notify_assoc_change()
3190 sac->sac_length = sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()
3201 if (notif_len > sizeof(struct sctp_assoc_change)) { in sctp_notify_assoc_change()