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

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c4089 struct sctp_init_chunk *init_chk, chunk_buf; local
4109 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,
4110 offset, sizeof(*init_chk), (uint8_t *) & chunk_buf);
4111 if (init_chk != NULL) {
4112 *vtagfill = ntohl(init_chk->init.initiate_tag);
H A Dsctp_output.c5489 struct sctphdr *sh, struct sctp_init_chunk *init_chk,
5551 &abort_flag, (struct sctp_chunkhdr *)init_chk, &nat_friendly);
5562 init_chk->init.initiate_tag, op_err,
5807 stc.peers_vtag = init_chk->init.initiate_tag;
5874 his_limit = ntohs(init_chk->init.num_inbound_streams);
5887 initack->init.num_outbound_streams = init_chk->init.num_inbound_streams;
6106 inp->sctp_lport, sh->src_port, init_chk->init.initiate_tag,
5486 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 133 milliseconds