Searched refs:unicast_response (Results 1 – 6 of 6) sorted by relevance
/external/avahi/avahi-core/ |
D | rrlist.c | 38 int unicast_response; member 108 *ret_unicast_response = i->unicast_response; in avahi_record_list_next() 139 …_list_push(AvahiRecordList *l, AvahiRecord *r, int flush_cache, int unicast_response, int auxiliar… in avahi_record_list_push() argument 153 i->unicast_response = unicast_response; in avahi_record_list_push()
|
D | server.c | 105 …pare_response(AvahiServer *s, AvahiInterface *i, AvahiEntry *e, int unicast_response, int auxiliar… in avahi_server_prepare_response() argument 110 …list_push(s->record_list, e->record, e->flags & AVAHI_PUBLISH_UNIQUE, unicast_response, auxiliary); in avahi_server_prepare_response() 113 …_prepare_matching_responses(AvahiServer *s, AvahiInterface *i, AvahiKey *k, int unicast_response) { in avahi_server_prepare_matching_responses() argument 127 avahi_server_prepare_response(s, i, e, unicast_response, 0); in avahi_server_prepare_matching_responses() 136 avahi_server_prepare_response(s, i, e, unicast_response, 0); in avahi_server_prepare_matching_responses() 149 avahi_server_prepare_matching_responses(s, i, cname_key, unicast_response); in avahi_server_prepare_matching_responses() 347 int *unicast_response = userdata; in append_aux_callback() local 351 assert(unicast_response); in append_aux_callback() 353 avahi_record_list_push(s->record_list, r, flush_cache, *unicast_response, 1); in append_aux_callback() 356 …pend_aux_records_to_list(AvahiServer *s, AvahiInterface *i, AvahiRecord *r, int unicast_response) { in append_aux_records_to_list() argument [all …]
|
D | internal.h | 169 …pare_response(AvahiServer *s, AvahiInterface *i, AvahiEntry *e, int unicast_response, int auxiliar… 170 …r_prepare_matching_responses(AvahiServer *s, AvahiInterface *i, AvahiKey *k, int unicast_response);
|
D | rrlist.h | 33 …_list_push(AvahiRecordList *l, AvahiRecord *r, int flush_cache, int unicast_response, int auxiliar…
|
D | dns.c | 101 int unicast_response; in avahi_dns_packet_new_reply() local 103 if ((k = avahi_dns_packet_consume_key(p, &unicast_response))) { in avahi_dns_packet_new_reply() 104 avahi_dns_packet_append_key(r, k, unicast_response); in avahi_dns_packet_new_reply() 688 uint8_t* avahi_dns_packet_append_key(AvahiDnsPacket *p, AvahiKey *k, int unicast_response) { in avahi_dns_packet_append_key() argument 699 …!avahi_dns_packet_append_uint16(p, k->clazz | (unicast_response ? AVAHI_DNS_UNICAST_RESPONSE : 0))… in avahi_dns_packet_append_key()
|
D | dns.h | 59 uint8_t* avahi_dns_packet_append_key(AvahiDnsPacket *p, AvahiKey *k, int unicast_response);
|