Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/data/
H A Dmsgparse.h273 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Dmsgreply.c518 if((ret = parse_packet(pkt, msg, region)) != 0) { in reply_info_parse()
983 if(parse_packet(pkt, msg, region) != 0){ in parse_reply_in_temp_region()
H A Dmsgparse.c908 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) in parse_packet() function
/freebsd-13.1/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) {
/freebsd-13.1/contrib/unbound/cachedb/
H A Dcachedb.c518 if(parse_packet(buf, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in parse_data()
/freebsd-13.1/contrib/unbound/iterator/
H A Diterator.c3809 if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in process_response()