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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h 199 uint8_t *NULLABLE key_rdata; // Raw KEY rdata, suitable for DNSServiceRegisterRecord(). member in struct:adv_host
srp-mdns-proxy.c 1106 if (host->key_rdata != NULL) {
1107 free(host->key_rdata);
1108 host->key_rdata = NULL;
1173 if (host->key_rdata == NULL) {
3285 update->key = adv_record_create(dns_rrtype_key, host->key_rdlen, host->key_rdata, host);
3897 host->key_rdata = malloc(host->key_rdlen);
3898 if (host->key_rdata == NULL) {
3906 memcpy(host->key_rdata, &new_host->key->data.key.flags, 2);
3907 host->key_rdata[2] = new_host->key->data.key.protocol;
3908 host->key_rdata[3] = new_host->key->data.key.algorithm
    [all...]

Completed in 26 milliseconds