Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.h100 } sctp_authinfo_t; typedef
165 extern sctp_authinfo_t *sctp_alloc_authinfo(void);
166 extern void sctp_free_authinfo(sctp_authinfo_t *authinfo);
Dsctp_auth.c794 sctp_authinfo_t *
797 sctp_authinfo_t *new_authinfo;
799 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo),
811 sctp_free_authinfo(sctp_authinfo_t *authinfo)
Dsctp_structs.h1140 sctp_authinfo_t authinfo; /* randoms, cached keys */