Home
last modified time | relevance | path

Searched refs:sctp_notify_authentication (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_auth.h214 sctp_notify_authentication(struct sctp_tcb *stcb,
H A Dsctputil.c4120 sctp_notify_authentication(stcb, SCTP_AUTH_NO_AUTH, 0, so_locked); in sctp_ulp_notify()
4185 sctp_notify_authentication(stcb, SCTP_AUTH_NO_AUTH, 0, so_locked); in sctp_ulp_notify()
4232 sctp_notify_authentication(stcb, SCTP_AUTH_NEW_KEY, in sctp_ulp_notify()
4236 sctp_notify_authentication(stcb, SCTP_AUTH_FREE_KEY, in sctp_ulp_notify()
4240 sctp_notify_authentication(stcb, SCTP_AUTH_NO_AUTH, in sctp_ulp_notify()
H A Dsctp_auth.c1702 sctp_notify_authentication(struct sctp_tcb *stcb, uint32_t indication, in sctp_notify_authentication() function