Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/data/
H A Dmsgparse.h280 int parse_extract_edns(struct msg_parse* msg, struct edns_data* edns,
H A Dmsgparse.c967 parse_extract_edns(struct msg_parse* msg, struct edns_data* edns, in parse_extract_edns() function
H A Dmsgreply.c481 if((ret = parse_extract_edns(msg, edns, region)) != 0) in reply_info_parse()
/freebsd-12.1/contrib/unbound/cachedb/
H A Dcachedb.c521 if(parse_extract_edns(prs, &edns, qstate->env->scratch) != in parse_data()
/freebsd-12.1/contrib/unbound/iterator/
H A Diterator.c3738 if(parse_extract_edns(prs, &edns, qstate->env->scratch) != in process_response()