Home
last modified time | relevance | path

Searched refs:parse_extract_edns (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/unbound/util/data/
HDmsgparse.h255 int parse_extract_edns(struct msg_parse* msg, struct edns_data* edns);
HDmsgparse.c937 parse_extract_edns(struct msg_parse* msg, struct edns_data* edns) in parse_extract_edns() function
HDmsgreply.c464 if((ret = parse_extract_edns(msg, edns)) != 0) in reply_info_parse()
/NextBSD/contrib/unbound/iterator/
HDiterator.c3085 if(parse_extract_edns(prs, &edns) != LDNS_RCODE_NOERROR) in process_response()