Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.h153 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
H A Dsctp_auth.c627 sctp_alloc_hmaclist(uint16_t num_hmacs) in sctp_alloc_hmaclist() function
689 new_list = sctp_alloc_hmaclist(list->max_algo); in sctp_copy_hmaclist()
705 new_list = sctp_alloc_hmaclist(2); in sctp_default_supported_hmaclist()
1415 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_auth_get_cookie_params()
H A Dsctp_pcb.c6390 stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_load_addresses_from_init()
H A Dsctp_usrreq.c4406 hmaclist = sctp_alloc_hmaclist((uint16_t)shmac->shmac_number_of_idents);