HomeSort by relevance Sort by last modified time
    Searched refs:ack_cp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 603 struct sctp_asconf_ack_chunk *ack_cp; local
670 ack_cp = mtod(m_ack, struct sctp_asconf_ack_chunk *);
671 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK;
672 ack_cp->ch.chunk_flags = 0;
673 ack_cp->serial_number = htonl(serial_num);
676 ack_cp->ch.chunk_length = sizeof(struct sctp_asconf_ack_chunk);
781 ack_cp->ch.chunk_length += SCTP_BUF_LEN(m_result);
803 ack_cp->ch.chunk_length = htons(ack_cp->ch.chunk_length);
    [all...]
sctp_output.c 9607 struct sctp_shutdown_ack_chunk *ack_cp; local
    [all...]

Completed in 647 milliseconds