Home
last modified time | relevance | path

Searched refs:sctp_alloc_hmaclist (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_auth.h156 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
H A Dsctp_auth.c630 sctp_alloc_hmaclist(uint16_t num_hmacs) in sctp_alloc_hmaclist() function
692 new_list = sctp_alloc_hmaclist(list->max_algo); in sctp_copy_hmaclist()
708 new_list = sctp_alloc_hmaclist(2); in sctp_default_supported_hmaclist()
1418 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_auth_get_cookie_params()
H A Dsctp_pcb.c6488 stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_load_addresses_from_init()
H A Dsctp_usrreq.c4417 hmaclist = sctp_alloc_hmaclist((uint16_t)shmac->shmac_number_of_idents);