Searched defs:auth_offset (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c1564 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset, argument
1610 m, auth_offset, auth->hmac);
H A Dsctp_input.c1478 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1497 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1904 auth_skipped, auth_offset, auth_len,
2062 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
2268 sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
2269 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) {
2454 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
2754 auth_skipped, auth_offset, auth_len,
2765 &notification, auth_skipped, auth_offset, auth_len,
4518 uint32_t auth_offset local
1492 sctp_process_cookie_existing(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
2057 sctp_process_cookie_new(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
2450 sctp_handle_cookie_echo(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_cookie_echo_chunk *cp, struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, struct sctp_tcb **locked_tcb, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
[all...]
H A Dsctp_output.c4087 uint32_t auth_offset,
4166 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid);
8234 uint32_t auth_offset = 0; local
8559 &auth_offset,
8619 outchain, auth_offset, auth,
8672 auth_offset = 0;
8786 &auth_offset,
8889 auth_offset, auth,
8947 auth_offset = 0;
9118 &auth_offset,
4082 sctp_lowlevel_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, struct sockaddr *to, struct mbuf *m, uint32_t auth_offset, struct sctp_auth_chunk *auth, uint16_t auth_keyid, int nofragment_flag, int ecn_ok, int out_of_asoc_ok, uint16_t src_port, uint16_t dest_port, uint32_t v_tag, uint16_t port, union sctp_sockstore *over_addr, uint8_t use_mflowid, uint32_t mflowid, int so_locked SCTP_UNUSED ) argument
9872 uint32_t auth_offset = 0; local
11313 uint32_t auth_offset = 0; local
[all...]

Completed in 1003 milliseconds