Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.c3389 notifhdr_len = sizeof(struct sctp_send_failed_event); in sctp_notify_send_failed()
3391 notifhdr_len = sizeof(struct sctp_send_failed); in sctp_notify_send_failed()
3397 SCTP_BUF_LEN(m_notify) = notifhdr_len; in sctp_notify_send_failed()
3424 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed()
3442 memset(ssf, 0, notifhdr_len); in sctp_notify_send_failed()
3509 int notifhdr_len; in sctp_notify_send_failed2() local
3518 notifhdr_len = sizeof(struct sctp_send_failed_event); in sctp_notify_send_failed2()
3520 notifhdr_len = sizeof(struct sctp_send_failed); in sctp_notify_send_failed2()
3527 SCTP_BUF_LEN(m_notify) = notifhdr_len; in sctp_notify_send_failed2()
3530 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed2()
[all …]