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

/freebsd-10.3-release/sys/netinet/
H A Dsctp_auth.h94 } sctp_authinfo_t; typedef in typeref:struct:sctp_authinformation
170 extern sctp_authinfo_t *sctp_alloc_authinfo(void);
171 extern void sctp_free_authinfo(sctp_authinfo_t * authinfo);
H A Dsctp_auth.c783 sctp_authinfo_t *
786 sctp_authinfo_t *new_authinfo;
788 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo),
800 sctp_free_authinfo(sctp_authinfo_t * authinfo)
H A Dsctp_structs.h1080 sctp_authinfo_t authinfo; /* randoms, cached keys */

Completed in 98 milliseconds