Home
last modified time | relevance | path

Searched defs:txt_record (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h228 struct txt_record { struct
231 struct txt_record* next; argument
/external/oss-fuzz/projects/dnsmasq/
Dfuzz_header.h326 struct txt_record *txt_record = (struct txt_record *)gb_alloc_data(sizeof(struct txt_record)); in init_daemon() local