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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
towire.c 321 if (txn->p_rdlength != NULL) {
326 txn->p_rdlength = txn->p;
336 if (txn->p_rdlength == NULL) {
341 rdlength = txn->p - txn->p_rdlength - 2;
342 txn->p_rdlength[0] = (uint8_t)(rdlength >> 8);
343 txn->p_rdlength[1] = (uint8_t)(rdlength & 0xff);
344 txn->p_rdlength = NULL;
dso-utils.c 98 towire.p_rdlength = NULL;
dns-msg.h 66 uint8_t *NULLABLE p_rdlength; member in struct:dns_towire_state
srp-dns-proxy.c 497 towire.p_rdlength = NULL;
dnssd-proxy.c 2203 query->towire.p_rdlength = NULL;
2609 query->towire.p_rdlength = NULL;
3760 towire.p_rdlength = NULL;

Completed in 62 milliseconds