Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.h93 } sctp_authinfo_t; typedef
166 extern sctp_authinfo_t *sctp_alloc_authinfo(void);
167 extern void sctp_free_authinfo(sctp_authinfo_t *authinfo);
H A Dsctp_auth.c775 sctp_authinfo_t *
778 sctp_authinfo_t *new_authinfo; in sctp_alloc_authinfo()
780 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo), in sctp_alloc_authinfo()
792 sctp_free_authinfo(sctp_authinfo_t *authinfo) in sctp_free_authinfo()
H A Dsctp_structs.h1075 sctp_authinfo_t authinfo; /* randoms, cached keys */