Searched defs:sctp_hmaclist_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.h86 } sctp_hmaclist_t; typedef in typeref:struct:sctp_hmaclist
152 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint8_t num_hmacs);
153 extern void sctp_free_hmaclist(sctp_hmaclist_t *list);
154 extern int sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id);
155 extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);
156 extern sctp_hmaclist_t *sctp_default_supported_hmaclist(void);
157 extern uint16_t sctp_negotiate_hmacid(sctp_hmaclist_t *peer,
158 sctp_hmaclist_t *local);
159 extern int sctp_serialize_hmaclist(sctp_hmaclist_t *lis
[all...]

Completed in 127 milliseconds