Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgparse.h280 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Dmsgreply.c521 if((ret = parse_packet(pkt, msg, region)) != 0) { in reply_info_parse()
1013 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
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.c131 if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in createResponse()
/netbsd-src/external/bsd/unbound/dist/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) {
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c543 if(parse_packet(buf, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in parse_data()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-parse.c3131 parse_packet(pgp_stream_t *stream, uint32_t *pktlen) in parse_packet() function
3349 r = parse_packet(stream, &pktlen); in pgp_parse()
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c4133 if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) { in process_response()