HomeSort by relevance Sort by last modified time
    Searched refs:sctp_hmaclist_t (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.h 86 } 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 *list, uint8_t *ptr)
    [all...]
sctp_auth.c 635 sctp_hmaclist_t *
638 sctp_hmaclist_t *new_list;
642 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size,
654 sctp_free_hmaclist(sctp_hmaclist_t *list)
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...]
sctp_structs.h     [all...]
sctp_pcb.h 362 sctp_hmaclist_t *local_hmacs;
sctp_usrreq.c     [all...]

Completed in 5993 milliseconds