Symbol: sctp_auth_chunk
sys/netinet/sctp_auth.c
1500
struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t keyid)
sys/netinet/sctp_auth.c
1587
sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth,
sys/netinet/sctp_auth.c
815
size = sizeof(struct sctp_auth_chunk) + sctp_get_hmac_digest_len(hmac_algo);
sys/netinet/sctp_auth.h
205
struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t key_id);
sys/netinet/sctp_auth.h
208
struct sctp_auth_chunk **auth_ret, uint32_t *offset,
sys/netinet/sctp_auth.h
211
sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
sys/netinet/sctp_input.c
2098
struct sctp_auth_chunk *auth;
sys/netinet/sctp_input.c
2101
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
sys/netinet/sctp_input.c
4436
struct sctp_auth_chunk *auth;
sys/netinet/sctp_input.c
4439
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf);
sys/netinet/sctp_input.c
5161
if ((chk_length < (sizeof(struct sctp_auth_chunk))) ||
sys/netinet/sctp_input.c
5162
(chk_length > (sizeof(struct sctp_auth_chunk) +
sys/netinet/sctp_input.c
5173
if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) {
sys/netinet/sctp_output.c
10940
struct sctp_auth_chunk *auth = NULL;
sys/netinet/sctp_output.c
13792
struct sctp_auth_chunk **auth_ret, uint32_t *offset,
sys/netinet/sctp_output.c
13796
struct sctp_auth_chunk *auth;
sys/netinet/sctp_output.c
13820
auth = mtod(m_auth, struct sctp_auth_chunk *);
sys/netinet/sctp_output.c
3956
struct sctp_auth_chunk *auth,
sys/netinet/sctp_output.c
7847
struct sctp_auth_chunk *auth;
sys/netinet/sctp_output.c
9481
struct sctp_auth_chunk *auth = NULL;