Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.h88 } sctp_hmaclist_t; typedef
154 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
155 extern void sctp_free_hmaclist(sctp_hmaclist_t *list);
156 extern int sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id);
157 extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);
158 extern sctp_hmaclist_t *sctp_default_supported_hmaclist(void);
159 extern uint16_t 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);
175 extern int sctp_auth_is_supported_hmac(sctp_hmaclist_t *list, uint16_t id);
Dsctp_auth.c636 sctp_hmaclist_t *
639 sctp_hmaclist_t *new_list; in sctp_alloc_hmaclist()
643 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size, in sctp_alloc_hmaclist()
655 sctp_free_hmaclist(sctp_hmaclist_t *list) in sctp_free_hmaclist()
663 sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id)
693 sctp_hmaclist_t *
694 sctp_copy_hmaclist(sctp_hmaclist_t *list)
696 sctp_hmaclist_t *new_list;
713 sctp_hmaclist_t *
716 sctp_hmaclist_t *new_list;
[all …]
Dsctp_structs.h1137 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */
1138 sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */
Dsctp_pcb.h376 sctp_hmaclist_t *local_hmacs;
Dsctp_usrreq.c3514 sctp_hmaclist_t *hmaclist;
5223 sctp_hmaclist_t *hmaclist;