parse_packet
if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
if(parse_packet(pkt, msg, region) != 0){
if((ret = parse_packet(pkt, msg, region)) != 0) {
if(parse_packet(buf, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
if(parse_packet(pkt, msg, region) != 0){
if((ret = parse_packet(pkt, msg, region)) != 0) {