Home
last modified time | relevance | path

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

/external/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.c798 sctp_authinfo_t *
801 sctp_authinfo_t *new_authinfo;
803 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo),
815 sctp_free_authinfo(sctp_authinfo_t *authinfo)
Dsctp_structs.h1143 sctp_authinfo_t authinfo; /* randoms, cached keys */