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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-filedata.c 119 if ((*rrtype == dns_rrtype_a && rdlength != 4) || (*rrtype == dns_rrtype_aaaa && rdlength != 16)) {
121 rdlength, *rrtype == dns_rrtype_a ? "A" : "AAAA");
130 *rrtype == dns_rrtype_a ? "A" : "AAAA", rdlim);
srp-ioloop.c 213 if (address_type == dns_rrtype_a) {
351 rrtype = dns_rrtype_a;
547 srp_delete_interface_address(dns_rrtype_a, first_bogus_address, sizeof(first_bogus_address));
548 srp_add_interface_address(dns_rrtype_a, second_bogus_address, sizeof(second_bogus_address));
1062 addrtype = dns_rrtype_a;
1184 srp_add_interface_address(dns_rrtype_a, first_bogus_address, sizeof(first_bogus_address));
1186 srp_delete_interface_address(dns_rrtype_a, first_bogus_address, sizeof(first_bogus_address));
srp-client.c 154 if ((rrtype != dns_rrtype_a && rrtype != dns_rrtype_aaaa) || \
155 (rrtype == dns_rrtype_a && rdlen != 4) || \
243 ((server->rr.type == dns_rrtype_a && !memcmp(&server->rr.data, &client->stable_server.rr.data, 4)) ||
259 client->stable_server.rr.type == dns_rrtype_a ? 4 : 16,
868 context->server->rr.type == dns_rrtype_a ? 4 : 16);
874 if (context->server->rr.type == dns_rrtype_a) {
1052 (client->stable_server.rr.type == dns_rrtype_a
1300 addr->rr.type == dns_rrtype_a ? 4 : 16); CH;
wireutils.c 617 case dns_rrtype_a:
692 case dns_rrtype_a:
fromwire.c 367 case dns_rrtype_a:
501 case dns_rrtype_a:
632 case dns_rrtype_a:
srp-parse.c 391 else if (rr->type == dns_rrtype_a || rr->type == dns_rrtype_aaaa) {
420 if (rr->type == dns_rrtype_a || rr->type == dns_rrtype_aaaa) {
dns-msg.h 268 #define dns_rrtype_a 1 // [RFC1035] a host address macro
dnssd-proxy.c 1180 } else if (rrtype == dns_rrtype_a && rdlen == 4) {
1370 case dns_rrtype_a:
1467 addr_type = dns_rrtype_a;
1846 dns_rrtype_a);
1934 rr_type = dns_rrtype_a;
1980 dnssd_hardwired_add(sdt, "", sdt->domain, towire.p - wire.data, wire.data, dns_rrtype_a);
2682 if (!strcasecmp(question->name, uuid_name) && (question->type == dns_rrtype_a || question->type == dns_rrtype_aaaa)) {
2691 if (question->type == dns_rrtype_a && local->sa.sa_family == AF_INET) {
2697 else if (local->sa.sa_family == AF_INET6 && question->type == dns_rrtype_a &&
2853 const bool aaaa_query_got_a_record = (question->type == dns_rrtype_aaaa) && (rrtype == dns_rrtype_a);
    [all...]
srp-mdns-proxy.c 330 if (record->rrtype == dns_rrtype_a) {
2433 if (record->rrtype == dns_rrtype_a) {
2447 if (record->rrtype == dns_rrtype_a) {
2638 if (record->rrtype == dns_rrtype_a) {
3190 add_addrs->vec[i]->rdlen == (addr->rr.type == dns_rrtype_a ? 4 : 16) &&
3197 adv_record_t *prepared_address = adv_record_create(addr->rr.type, addr->rr.type == dns_rrtype_a ? 4 : 16,
3628 if (addr->rr.type == dns_rrtype_a) {
srp-dns-proxy.c 167 case dns_rrtype_a:
srp-replication.c 145 DNSServiceReconfirmRecord(0, query->address_interface[i], query->hostname, dns_rrtype_a,
280 if (rrclass != dns_qclass_in || ((rrtype != dns_rrtype_a || rdlen != 4) &&
287 if (rrtype == dns_rrtype_a) {
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c 174 if (rr->type == dns_rrtype_a) {
209 } else if (rr->type == dns_rrtype_a || rr->type == dns_rrtype_aaaa) {
251 test_dns_push_send_push_subscribe(push_state, push_state->hostname, dns_rrtype_a);
749 if (rrtype == dns_rrtype_a) {
  /src/external/apache2/mDNSResponder/dist/Clients/srputil/
srputil.c 167 } else if (address->rrtype == dns_rrtype_a && address->rdlen == 4) {

Completed in 62 milliseconds