Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_auth.h137 extern sctp_sharedkey_t *sctp_alloc_sharedkey(void);
HDsctp_auth.c459 sctp_alloc_sharedkey(void) in sctp_alloc_sharedkey() function
603 new_skey = sctp_alloc_sharedkey(); in sctp_copy_sharedkey()
HDsctp_usrreq.c4262 shared_key = sctp_alloc_sharedkey();
4299 shared_key = sctp_alloc_sharedkey();
4334 shared_key = sctp_alloc_sharedkey();
HDsctp_pcb.c2662 null_key = sctp_alloc_sharedkey(); in sctp_inpcb_alloc()