Home
last modified time | relevance | path

Searched refs:parse_extract_edns_from_response_msg (Results 1 – 6 of 6) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/util/data/
H A Dmsgparse.h293 int parse_extract_edns_from_response_msg(struct msg_parse* msg,
H A Dmsgparse.c1059 parse_extract_edns_from_response_msg(struct msg_parse* msg, in parse_extract_edns_from_response_msg() function
H A Dmsgreply.c521 if((ret = parse_extract_edns_from_response_msg(msg, edns, region)) != 0) in reply_info_parse()
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dpythonmod_utils.c135 if(parse_extract_edns_from_response_msg(prs, &edns, qstate->env->scratch) != in createResponse()
/dports/dns/unbound/unbound-1.14.0/cachedb/
H A Dcachedb.c522 if(parse_extract_edns_from_response_msg(prs, &edns, qstate->env->scratch) != in parse_data()
/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diterator.c3855 if(parse_extract_edns_from_response_msg(prs, &edns, qstate->env->scratch) != in process_response()