Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_asconf.c611 struct sctp_asconf_ack_chunk *ack_cp; in sctp_handle_asconf() local
678 ack_cp = mtod(m_ack, struct sctp_asconf_ack_chunk *); in sctp_handle_asconf()
679 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK; in sctp_handle_asconf()
680 ack_cp->ch.chunk_flags = 0; in sctp_handle_asconf()
681 ack_cp->serial_number = htonl(serial_num); in sctp_handle_asconf()
684 ack_cp->ch.chunk_length = sizeof(struct sctp_asconf_ack_chunk); in sctp_handle_asconf()
782 ack_cp->ch.chunk_length += SCTP_BUF_LEN(m_result); in sctp_handle_asconf()
804 ack_cp->ch.chunk_length = htons(ack_cp->ch.chunk_length); in sctp_handle_asconf()
H A Dsctp_output.c9210 struct sctp_shutdown_ack_chunk *ack_cp; in sctp_send_shutdown_ack() local
9238 ack_cp = mtod(m_shutdown_ack, struct sctp_shutdown_ack_chunk *); in sctp_send_shutdown_ack()
9239 ack_cp->ch.chunk_type = SCTP_SHUTDOWN_ACK; in sctp_send_shutdown_ack()
9240 ack_cp->ch.chunk_flags = 0; in sctp_send_shutdown_ack()
9241 ack_cp->ch.chunk_length = htons(chk->send_size); in sctp_send_shutdown_ack()