sctp_hmaclist_t
sctp_auth_is_supported_hmac(sctp_hmaclist_t *list, uint16_t id)
sctp_hmaclist_t *
sctp_hmaclist_t *new_list;
SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size,
sctp_free_hmaclist(sctp_hmaclist_t *list)
sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id)
sctp_hmaclist_t *
sctp_copy_hmaclist(sctp_hmaclist_t *list)
sctp_hmaclist_t *new_list;
sctp_hmaclist_t *
sctp_hmaclist_t *new_list;
sctp_negotiate_hmacid(sctp_hmaclist_t *peer, sctp_hmaclist_t *local)
sctp_serialize_hmaclist(sctp_hmaclist_t *list, uint8_t *ptr)
extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
extern void sctp_free_hmaclist(sctp_hmaclist_t *list);
extern int sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id);
extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);
extern sctp_hmaclist_t *sctp_default_supported_hmaclist(void);
sctp_negotiate_hmacid(sctp_hmaclist_t *peer,
sctp_hmaclist_t *local);
extern int sctp_serialize_hmaclist(sctp_hmaclist_t *list, uint8_t *ptr);
extern int sctp_auth_is_supported_hmac(sctp_hmaclist_t *list, uint16_t id);
sctp_hmaclist_t *local_hmacs;
sctp_hmaclist_t *local_hmacs; /* local HMACs supported */
sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */
sctp_hmaclist_t *hmaclist;
sctp_hmaclist_t *hmaclist;