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

/freebsd-10-stable/sys/netinet/
H A Dsctp_asconf.c600 struct sctp_asconf_ack_chunk *ack_cp; local
665 ack_cp = mtod(m_ack, struct sctp_asconf_ack_chunk *);
666 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK;
667 ack_cp->ch.chunk_flags = 0;
668 ack_cp->serial_number = htonl(serial_num);
671 ack_cp->ch.chunk_length = sizeof(struct sctp_asconf_ack_chunk);
769 ack_cp->ch.chunk_length += SCTP_BUF_LEN(m_result);
791 ack_cp->ch.chunk_length = htons(ack_cp->ch.chunk_length);
H A Dsctp_output.c9161 struct sctp_shutdown_ack_chunk *ack_cp; local
9190 ack_cp = mtod(m_shutdown_ack, struct sctp_shutdown_ack_chunk *);
9191 ack_cp->ch.chunk_type = SCTP_SHUTDOWN_ACK;
9192 ack_cp->ch.chunk_flags = 0;
9193 ack_cp->ch.chunk_length = htons(chk->send_size);

Completed in 146 milliseconds