sctp_copy_hmaclist
stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);
sctp_copy_hmaclist((*inp_p)->sctp_ep.local_hmacs);
sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);