Home
last modified time | relevance | path

Searched refs:parse_packet (Results 1 – 8 of 8) sorted by relevance

/src/contrib/unbound/util/data/
H A Dmsgparse.h285 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Dmsgreply.c563 if((ret = parse_packet(pkt, msg, region)) != 0) { in reply_info_parse()
1098 if(parse_packet(pkt, msg, region) != 0){ in parse_reply_in_temp_region()
H A Dmsgparse.c911 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) in parse_packet() function
/src/contrib/unbound/pythonmod/
H A Dpythonmod_utils.c131 if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in createResponse()
/src/contrib/unbound/contrib/
H A Dunbound-fuzzme.patch141 + if(parse_packet(pkt, prs, region) != LDNS_RCODE_NOERROR) {
H A Dfastrpz.patch1755 + if(parse_packet(pkt, msgparse, region) != LDNS_RCODE_NOERROR) {
/src/contrib/unbound/cachedb/
H A Dcachedb.c567 if(parse_packet(buf, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in parse_data()
/src/contrib/unbound/iterator/
H A Diterator.c4340 if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in process_response()