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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-api.h 42 size_t *NONNULL p_length, dns_wire_t *NULLABLE in_wire,
srp-client.c 1193 size_t *NONNULL p_length, dns_wire_t *in_wire, uint32_t serial, bool removing)
1233 towire.lim = towire.p + *p_length;
1498 *p_length = towire.p - (uint8_t *)message;
  /src/sys/netinet/
sctp_asconf.c 2235 uint32_t p_length; local
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 19 milliseconds