Searched refs:init_chk (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c4306 struct sctp_init_chunk *init_chk, chunk_buf; local
4326 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,
4327 offset, sizeof(*init_chk), (uint8_t *) & chunk_buf);
4328 if (init_chk != NULL) {
4329 *vtagfill = ntohl(init_chk->init.initiate_tag);
H A Dsctp_output.c5839 struct sctphdr *sh, struct sctp_init_chunk *init_chk,
5905 &abort_flag, (struct sctp_chunkhdr *)init_chk, &nat_friendly);
5916 init_chk->init.initiate_tag, op_err,
6219 stc.peers_vtag = init_chk->init.initiate_tag;
6284 his_limit = ntohs(init_chk->init.num_inbound_streams);
6297 initack->init.num_outbound_streams = init_chk->init.num_inbound_streams;
6534 inp->sctp_lport, sh->src_port, init_chk->init.initiate_tag,
5836 sctp_send_initiate_ack(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct mbuf *init_pkt, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_init_chunk *init_chk, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port, int hold_inp_lock) argument

Completed in 112 milliseconds