HomeSort by: relevance | last modified time | path
    Searched defs:sz_of (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 3267 int abort_flag, padval, sz_of; local in function:sctp_send_initiate_ack
3805 sz_of = SCTP_SIZE32(ntohs(init_chk->ch.chunk_length));
3827 sz_of += (m->m_pkthdr.len - sizeof(struct sctphdr));
3830 sz_of += (m->m_pkthdr.len - sizeof(struct sctphdr));
3833 sz_of += sizeof(struct sctp_state_cookie_param);
3835 sz_of += SCTP_SIGNATURE_SIZE;
3836 initackm_out->msg.ch.chunk_length = htons(sz_of);
sctp_output.c 3267 int abort_flag, padval, sz_of; local in function:sctp_send_initiate_ack
3805 sz_of = SCTP_SIZE32(ntohs(init_chk->ch.chunk_length));
3827 sz_of += (m->m_pkthdr.len - sizeof(struct sctphdr));
3830 sz_of += (m->m_pkthdr.len - sizeof(struct sctphdr));
3833 sz_of += sizeof(struct sctp_state_cookie_param);
3835 sz_of += SCTP_SIGNATURE_SIZE;
3836 initackm_out->msg.ch.chunk_length = htons(sz_of);

Completed in 33 milliseconds