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
153 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint8_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);
158 extern uint16_t sctp_negotiate_hmacid(sctp_hmaclist_t *peer,
159 sctp_hmaclist_t *local);
160 extern int sctp_serialize_hmaclist(sctp_hmaclist_t *list, uint8_t *ptr)
    [all...]
sctp_auth.c 650 sctp_hmaclist_t *
653 sctp_hmaclist_t *new_list;
657 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size,
669 sctp_free_hmaclist(sctp_hmaclist_t *list)
678 sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id)
708 sctp_hmaclist_t *
709 sctp_copy_hmaclist(sctp_hmaclist_t *list)
711 sctp_hmaclist_t *new_list;
728 sctp_hmaclist_t *
731 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 582 milliseconds