Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h366 struct sctp_authkey_event { struct
422 struct sctp_authkey_event sn_authkey_event;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.c1751 struct sctp_authkey_event *auth;
1767 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_authkey_event),
1774 auth = mtod(m_notify, struct sctp_authkey_event *);
1775 memset(auth, 0, sizeof(struct sctp_authkey_event));
Dsctp_uio.h465 struct sctp_authkey_event { struct
556 struct sctp_authkey_event sn_auth_event;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h354 struct sctp_authkey_event { struct
459 struct sctp_authkey_event sn_auth_event;
/third_party/openssl/crypto/bio/
Dbss_dgram.c996 struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event; in dgram_sctp_handle_auth_free_key_event()