debug.c:	    fprintf(file,"\topcode = %s", _res_opcodes[hp->opcode]);
debug.c:	    fprintf(file,", id = %d", ntohs( (u_short) hp->id));
debug.c:	    fprintf(file,", rcode = %s\n", _res_resultcodes[hp->rcode]);
debug.c:	    if (hp->qr) {
debug.c:	    if (hp->aa)
debug.c:	    if (hp->tc)
debug.c:	    if (hp->rd)
debug.c:	    if (hp->ra)
debug.c:	    if (hp->unused)
debug.c:	    if (hp->ad)
debug.c:	    if (hp->cd)
debug.c:  	    fprintf(file,"\n\tquestions = %d", ntohs( (u_short) hp->qdcount));
debug.c:  	    fprintf(file,",  answers = %d", ntohs( (u_short) hp->ancount));
debug.c:  	    fprintf(file,",  authority records = %d", ntohs( (u_short) hp->nscount));
debug.c:  	    fprintf(file,",  additional = %d\n\n", ntohs( (u_short) hp->arcount));
debug.c: 	if (n = ntohs( (u_short) hp->qdcount)) {
debug.c:	if (n = ntohs( (u_short) hp->ancount)) {
debug.c:	if (n = ntohs( (u_short) hp->nscount)) {
debug.c:	if (n = ntohs( (u_short) hp->arcount)) {
dig.c:				    || hp->h_addr_list == NULL
dig.c:				    || *hp->h_addr_list == NULL) {
dig.c:					for (addr = (u_int32_t**)hp->h_addr_list;
main.c:		for (i = 0; i < MAXNS && hp->h_addr_list[i] != NULL; i++) {
main.c:		    bcopy(hp->h_addr_list[i], 
main.c:			    hp->h_length);
send.c:	id = hp->id;
send.c:				anhp->tc = 1;
send.c:			if (id != anhp->id) {
send.c:			if (!(_res.options & RES_IGNTC) && anhp->tc) {
skip.c:	if (n = ntohs( (u_short) hp->qdcount) ) {
skip.c:	if (n = ntohs( (u_short) hp->ancount)) {
skip.c:	if (n = ntohs( (u_short) hp->nscount)) {
skip.c:	if (n = ntohs( (u_short) hp->arcount)) {
subr.c:	fprintf(file, "%-7s  %s", title, hp->name);
subr.c:	if (hp->addrList != NULL) {
subr.c:	    if (hp->addrList[1] != NULL) {
subr.c:	    for (cp = hp->addrList; cp && *cp; cp++) {
subr.c:	if (hp->aliases != NULL) {
subr.c:	    for (cp = hp->aliases; cp && *cp && **cp; cp++) {
subr.c:	if (hp->servers != NULL) {
subr.c:	    for (sp = hp->servers; *sp != NULL ; sp++) {
