Searched refs:sctp_auth_chunk (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.h | 208 struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t key_id); 211 struct sctp_auth_chunk **auth_ret, uint32_t *offset, 214 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
|
| H A D | sctp_header.h | 515 struct sctp_auth_chunk { struct
|
| H A D | sctp_auth.c | 818 size = sizeof(struct sctp_auth_chunk) + sctp_get_hmac_digest_len(hmac_algo); in sctp_get_auth_chunk_len() 1503 struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t keyid) in sctp_fill_hmac_digest_m() 1590 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth, in sctp_handle_auth()
|
| H A D | sctp_input.c | 2146 struct sctp_auth_chunk *auth; in sctp_process_cookie_new() 2149 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new() 4483 struct sctp_auth_chunk *auth; in sctp_process_control() 4486 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control() 5230 if ((chk_length < (sizeof(struct sctp_auth_chunk))) || in sctp_process_control() 5231 (chk_length > (sizeof(struct sctp_auth_chunk) + in sctp_process_control() 5242 if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) { in sctp_process_control()
|
| H A D | sctp_output.c | 3962 struct sctp_auth_chunk *auth, in sctp_lowlevel_chunk_output() 7804 struct sctp_auth_chunk *auth; in sctp_med_chunk_output() 9410 struct sctp_auth_chunk *auth = NULL; in sctp_chunk_retransmission() 10848 struct sctp_auth_chunk *auth = NULL; in sctp_send_abort_tcb() 13705 struct sctp_auth_chunk **auth_ret, uint32_t *offset, in sctp_add_auth_chunk() 13709 struct sctp_auth_chunk *auth; in sctp_add_auth_chunk() 13733 auth = mtod(m_auth, struct sctp_auth_chunk *); in sctp_add_auth_chunk()
|