Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_auth.h157 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
HDsctp_auth.c637 sctp_alloc_hmaclist(uint16_t num_hmacs) in sctp_alloc_hmaclist() function
699 new_list = sctp_alloc_hmaclist(list->max_algo); in sctp_copy_hmaclist()
715 new_list = sctp_alloc_hmaclist(2); in sctp_default_supported_hmaclist()
1461 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_auth_get_cookie_params()
HDsctp_pcb.c6538 stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_load_addresses_from_init()
HDsctp_usrreq.c4452 hmaclist = sctp_alloc_hmaclist((uint16_t)shmac->shmac_number_of_idents);