Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDsctp_auth.c1706 struct sctp_authkey_event *auth; in sctp_notify_authentication()
1717 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_authkey_event), in sctp_notify_authentication()
1724 auth = mtod(m_notify, struct sctp_authkey_event *); in sctp_notify_authentication()
1725 memset(auth, 0, sizeof(struct sctp_authkey_event)); in sctp_notify_authentication()
HDsctp_uio.h441 struct sctp_authkey_event { struct
529 struct sctp_authkey_event sn_auth_event;
/freebsd-head/crypto/openssl/crypto/bio/
HDbss_dgram.c975 struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event; in dgram_sctp_handle_auth_free_key_event()