Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_auth.h84 } sctp_hmaclist_t; typedef
156 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
157 extern void sctp_free_hmaclist(sctp_hmaclist_t *list);
158 extern int sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id);
159 extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);
160 extern sctp_hmaclist_t *sctp_default_supported_hmaclist(void);
162 sctp_negotiate_hmacid(sctp_hmaclist_t *peer,
163 sctp_hmaclist_t *local);
164 extern int sctp_serialize_hmaclist(sctp_hmaclist_t *list, uint8_t *ptr);
181 extern int sctp_auth_is_supported_hmac(sctp_hmaclist_t *list, uint16_t id);
H A Dsctp_auth.c629 sctp_hmaclist_t *
632 sctp_hmaclist_t *new_list; in sctp_alloc_hmaclist()
636 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size, in sctp_alloc_hmaclist()
648 sctp_free_hmaclist(sctp_hmaclist_t *list) in sctp_free_hmaclist()
683 sctp_hmaclist_t *
684 sctp_copy_hmaclist(sctp_hmaclist_t *list) in sctp_copy_hmaclist()
686 sctp_hmaclist_t *new_list; in sctp_copy_hmaclist()
703 sctp_hmaclist_t *
706 sctp_hmaclist_t *new_list; in sctp_default_supported_hmaclist()
722 sctp_negotiate_hmacid(sctp_hmaclist_t *peer, sctp_hmaclist_t *local) in sctp_negotiate_hmacid()
[all …]
H A Dsctp_structs.h1080 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */
1081 sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */
H A Dsctp_pcb.h289 sctp_hmaclist_t *local_hmacs;
H A Dsctp_usrreq.c2852 sctp_hmaclist_t *hmaclist;
4405 sctp_hmaclist_t *hmaclist;