Searched defs:txt_record (Results 1 – 2 of 2) sorted by relevance
228 struct txt_record { struct231 struct txt_record* next; argument
326 struct txt_record *txt_record = (struct txt_record *)gb_alloc_data(sizeof(struct txt_record)); in init_daemon() local