Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h425 struct sctp_error_auth_invalid_hmac { struct
H A Dsctp_auth.c1619 struct sctp_error_auth_invalid_hmac *cause; in sctp_handle_auth()
1629 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_auth_invalid_hmac), in sctp_handle_auth()
1635 cause = mtod(op_err, struct sctp_error_auth_invalid_hmac *); in sctp_handle_auth()
1637 cause->cause.length = htons(sizeof(struct sctp_error_auth_invalid_hmac)); in sctp_handle_auth()
1639 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_auth_invalid_hmac); in sctp_handle_auth()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h425 struct sctp_error_auth_invalid_hmac { struct