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

  /src/sys/netinet/
sctp_asconf.c 2235 uint32_t p_length; local in function:sctp_compose_asconf
2299 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length);
2301 if (m_asconf->m_len + p_length > stcb->asoc.smallest_mtu) {
2339 memcpy((void *)ptr, &aa->ap, p_length);
2350 m_asconf->m_len += SCTP_SIZE32(p_length);
2351 ptr += SCTP_SIZE32(p_length);
sctp_asconf.c 2235 uint32_t p_length; local in function:sctp_compose_asconf
2299 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length);
2301 if (m_asconf->m_len + p_length > stcb->asoc.smallest_mtu) {
2339 memcpy((void *)ptr, &aa->ap, p_length);
2350 m_asconf->m_len += SCTP_SIZE32(p_length);
2351 ptr += SCTP_SIZE32(p_length);

Completed in 24 milliseconds