Searched refs:txt_record (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Dresolve-service.c53 AvahiRecord *srv_record, *txt_record, *address_record; member in struct:AvahiSServiceResolver
135 r->txt_record ? r->txt_record->data.txt.string_list : NULL,
242 if (!r->txt_record) {
243 r->txt_record = avahi_record_ref(record);
266 (r->txt_record || (r->user_flags & AVAHI_LOOKUP_NO_TXT)) &&
306 if (r->txt_record && avahi_record_equal_no_ttl(record, r->txt_record)) {
307 avahi_record_unref(r->txt_record);
308 r->txt_record
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Dresolve-service.c53 AvahiRecord *srv_record, *txt_record, *address_record; member in struct:AvahiSServiceResolver
135 r->txt_record ? r->txt_record->data.txt.string_list : NULL,
242 if (!r->txt_record) {
243 r->txt_record = avahi_record_ref(record);
266 (r->txt_record || (r->user_flags & AVAHI_LOOKUP_NO_TXT)) &&
306 if (r->txt_record && avahi_record_equal_no_ttl(record, r->txt_record)) {
307 avahi_record_unref(r->txt_record);
308 r->txt_record
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Dresolve-service.c53 AvahiRecord *srv_record, *txt_record, *address_record; member in struct:AvahiSServiceResolver
135 r->txt_record ? r->txt_record->data.txt.string_list : NULL,
242 if (!r->txt_record) {
243 r->txt_record = avahi_record_ref(record);
266 (r->txt_record || (r->user_flags & AVAHI_LOOKUP_NO_TXT)) &&
306 if (r->txt_record && avahi_record_equal_no_ttl(record, r->txt_record)) {
307 avahi_record_unref(r->txt_record);
308 r->txt_record
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnsmasq.h299 struct txt_record { struct
304 struct txt_record *next;
938 struct txt_record *txt, *rr;
1089 int cache_make_stat(struct txt_record *t);
H A Doption.c648 struct txt_record *r = opt_malloc(sizeof(struct txt_record));
3746 struct txt_record *new;
3754 new = opt_malloc(sizeof(struct txt_record));
3778 struct txt_record *new;
3784 new = opt_malloc(sizeof(struct txt_record));
H A Drfc1035.c1272 struct txt_record *txt;
1610 struct txt_record *t;
1733 struct txt_record *t;
H A Dauth.c97 struct txt_record *txt;
H A Dcache.c1307 int cache_make_stat(struct txt_record *t)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnsmasq.h299 struct txt_record { struct
304 struct txt_record *next;
938 struct txt_record *txt, *rr;
1089 int cache_make_stat(struct txt_record *t);
H A Doption.c648 struct txt_record *r = opt_malloc(sizeof(struct txt_record));
3746 struct txt_record *new;
3754 new = opt_malloc(sizeof(struct txt_record));
3778 struct txt_record *new;
3784 new = opt_malloc(sizeof(struct txt_record));
H A Drfc1035.c1272 struct txt_record *txt;
1610 struct txt_record *t;
1733 struct txt_record *t;
H A Dauth.c97 struct txt_record *txt;
H A Dcache.c1307 int cache_make_stat(struct txt_record *t)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnsmasq.h299 struct txt_record { struct
304 struct txt_record *next;
938 struct txt_record *txt, *rr;
1089 int cache_make_stat(struct txt_record *t);
H A Doption.c648 struct txt_record *r = opt_malloc(sizeof(struct txt_record));
3746 struct txt_record *new;
3754 new = opt_malloc(sizeof(struct txt_record));
3778 struct txt_record *new;
3784 new = opt_malloc(sizeof(struct txt_record));
H A Drfc1035.c1272 struct txt_record *txt;
1610 struct txt_record *t;
1733 struct txt_record *t;
H A Dauth.c97 struct txt_record *txt;
H A Dcache.c1307 int cache_make_stat(struct txt_record *t)

Completed in 298 milliseconds