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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
towire.c 172 // Like dns_name_to_wire, but includes the root label at the end.
180 dns_name_to_wire(&np, txn, name);
569 dns_name_to_wire(NULL, txn, signer_hostname);
srp-client.c 1276 dns_name_to_wire(&p_host_name, &towire, chosen_hostname); CH;
1376 dns_name_to_wire(&p_service_name, &towire, regtype); CH;
1381 dns_name_to_wire(&p_sub_service_name, &towire, regtype); CH;
1395 dns_name_to_wire(&p_service_instance_name, &towire, service_instance_name); CH;
1400 dns_name_to_wire(&p_service_instance_name, &towire, chosen_hostname); CH;
dnssd-relay.c 220 TOWIRE_CHECK("name", &query->towire, dns_name_to_wire(NULL, &query->towire, query->name));
dnssd-proxy.c 1871 dns_name_to_wire(NULL, &towire, uuid_name);
1874 dns_name_to_wire(NULL, &towire, "ns");
1880 dns_name_to_wire(NULL, &towire, "postmaster");
2107 dns_name_to_wire(NULL, &towire, uuid_name);
2110 dns_name_to_wire(NULL, &towire, "ns");
2116 dns_name_to_wire(NULL, &towire, "postmaster");
2174 dns_name_to_wire(NULL, &towire, uuid_name);
2178 dns_name_to_wire(NULL, &towire, "ns");
2422 TOWIRE_CHECK("uuid_name", towire, dns_name_to_wire(NULL, towire, uuid_name));
2426 TOWIRE_CHECK("\"ns\"", towire, dns_name_to_wire(NULL, towire, "ns"))
    [all...]
dns-msg.h 380 #define dns_name_to_wire(r_pointer, txn, name) dns_name_to_wire_(r_pointer, txn, name, __LINE__) macro
wireutils.c 127 dns_name_to_wire(NULL, &namewire, prefix);

Completed in 24 milliseconds