Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.h81 } sctp_hmaclist_t; typedef
153 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
154 extern void sctp_free_hmaclist(sctp_hmaclist_t *list);
155 extern int sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id);
156 extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);
157 extern sctp_hmaclist_t *sctp_default_supported_hmaclist(void);
159 sctp_negotiate_hmacid(sctp_hmaclist_t *peer,
160 sctp_hmaclist_t *local);
161 extern int sctp_serialize_hmaclist(sctp_hmaclist_t *list, uint8_t *ptr);
178 extern int sctp_auth_is_supported_hmac(sctp_hmaclist_t *list, uint16_t id);
H A Dsctp_auth.c626 sctp_hmaclist_t *
629 sctp_hmaclist_t *new_list; in sctp_alloc_hmaclist()
633 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size, in sctp_alloc_hmaclist()
645 sctp_free_hmaclist(sctp_hmaclist_t *list) in sctp_free_hmaclist()
680 sctp_hmaclist_t *
681 sctp_copy_hmaclist(sctp_hmaclist_t *list) in sctp_copy_hmaclist()
683 sctp_hmaclist_t *new_list; in sctp_copy_hmaclist()
700 sctp_hmaclist_t *
703 sctp_hmaclist_t *new_list; in sctp_default_supported_hmaclist()
719 sctp_negotiate_hmacid(sctp_hmaclist_t *peer, sctp_hmaclist_t *local) in sctp_negotiate_hmacid()
[all …]
H A Dsctp_structs.h1072 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */
1073 sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */
H A Dsctp_pcb.h286 sctp_hmaclist_t *local_hmacs;
H A Dsctp_usrreq.c2844 sctp_hmaclist_t *hmaclist;
4393 sctp_hmaclist_t *hmaclist;