Searched refs:init_chk (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.c | 4557 struct sctp_init_chunk *init_chk, chunk_buf; in sctp_is_there_an_abort_here() local 4577 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m, in sctp_is_there_an_abort_here() 4578 offset, sizeof(*init_chk), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here() 4579 if (init_chk != NULL) { in sctp_is_there_an_abort_here() 4580 *vtagfill = ntohl(init_chk->init.initiate_tag); in sctp_is_there_an_abort_here()
|
| H A D | sctp_output.c | 5463 struct sctphdr *sh, struct sctp_init_chunk *init_chk, in sctp_send_initiate_ack() argument 5505 …if (sctp_are_there_new_addresses(asoc, init_pkt, offset, offset + ntohs(init_chk->ch.chunk_length)… in sctp_send_initiate_ack() 5536 (struct sctp_chunkhdr *)init_chk, in sctp_send_initiate_ack() 5548 init_chk->init.initiate_tag, op_err, in sctp_send_initiate_ack() 5795 stc.peers_vtag = ntohl(init_chk->init.initiate_tag); in sctp_send_initiate_ack() 5859 his_limit = ntohs(init_chk->init.num_inbound_streams); in sctp_send_initiate_ack() 5872 initack->init.num_outbound_streams = init_chk->init.num_inbound_streams; in sctp_send_initiate_ack() 6116 inp->sctp_lport, sh->src_port, init_chk->init.initiate_tag, in sctp_send_initiate_ack()
|