Home
last modified time | relevance | path

Searched refs:sctp_auth_chunk (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.h198 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,
Dsctp_header.h548 struct sctp_auth_chunk { struct
Dsctp_auth.c835 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,
Dsctp_input.c2369 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)) {
Dsctp_output.c4094 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 *);