Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c629 struct sctp_asconf_ack_chunk *ack_cp; in sctp_handle_asconf() local
696 ack_cp = mtod(m_ack, struct sctp_asconf_ack_chunk *); in sctp_handle_asconf()
697 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK; in sctp_handle_asconf()
698 ack_cp->ch.chunk_flags = 0; in sctp_handle_asconf()
699 ack_cp->serial_number = htonl(serial_num); in sctp_handle_asconf()
702 ack_cp->ch.chunk_length = sizeof(struct sctp_asconf_ack_chunk); in sctp_handle_asconf()
800 ack_cp->ch.chunk_length += SCTP_BUF_LEN(m_result); in sctp_handle_asconf()
822 ack_cp->ch.chunk_length = htons(ack_cp->ch.chunk_length); in sctp_handle_asconf()
Dsctp_output.c9730 struct sctp_shutdown_ack_chunk *ack_cp; local
9758 ack_cp = mtod(m_shutdown_ack, struct sctp_shutdown_ack_chunk *);
9759 ack_cp->ch.chunk_type = SCTP_SHUTDOWN_ACK;
9760 ack_cp->ch.chunk_flags = 0;
9761 ack_cp->ch.chunk_length = htons(chk->send_size);