Searched refs:pointer_target_buf (Results 1 – 1 of 1) sorted by relevance
60 uint8_t pointer_target_buf[2]; in ldns_wire2dname() local86 pointer_target_buf[0] = wire[*pos] & 63; in ldns_wire2dname()87 pointer_target_buf[1] = wire[*pos + 1]; in ldns_wire2dname()88 pointer_target = ldns_read_uint16(pointer_target_buf); in ldns_wire2dname()