Searched refs:sctp_auth_chunk (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.h | 198 struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t key_id); 200 struct sctp_auth_chunk **auth_ret, uint32_t *offset, 202 extern int sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
|
D | sctp_header.h | 548 struct sctp_auth_chunk { struct
|
D | sctp_auth.c | 835 size = sizeof(struct sctp_auth_chunk) + sctp_get_hmac_digest_len(hmac_algo); 1534 struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t keyid) 1622 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth,
|
D | sctp_input.c | 2369 struct sctp_auth_chunk *auth; 2372 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); 4861 struct sctp_auth_chunk *auth; 4864 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); 5659 if ((chk_length < (sizeof(struct sctp_auth_chunk))) || 5660 (chk_length > (sizeof(struct sctp_auth_chunk) + 5671 if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) {
|
D | sctp_output.c | 4094 struct sctp_auth_chunk *auth, 8388 struct sctp_auth_chunk *auth; 10002 struct sctp_auth_chunk *auth = NULL; 11469 struct sctp_auth_chunk *auth = NULL; 14809 struct sctp_auth_chunk **auth_ret, uint32_t * offset, 14813 struct sctp_auth_chunk *auth; 14837 auth = mtod(m_auth, struct sctp_auth_chunk *);
|