Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dgethostbydns.c161 case T_PTR: in gethostanswer()
268 if (qtype == T_PTR && type == T_CNAME) { in gethostanswer()
300 case T_PTR: in gethostanswer()
611 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf, in _dns_gethostbyaddr()
625 if (gethostanswer(buf, n, qbuf, T_PTR, &he, hed, statp) != 0) { in _dns_gethostbyaddr()
H A Dgetnetbydns.c212 if (class == C_IN && type == T_PTR) { in getnetanswer()
329 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyaddr()
409 anslen = res_nsearch(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyname()
/dragonfly/usr.sbin/ypserv/
H A Dyp_dnslookup.c389 if (q->type == T_PTR) { in yp_run_dnsq()
521 q->type = T_PTR; in yp_async_lookup_addr()
/dragonfly/contrib/tcpdump/
H A Dnameser.h135 #define T_PTR 12 /* domain name pointer */ macro
H A Dprint-domain.c492 { T_PTR, "PTR" }, /* RFC 1035 */
715 case T_PTR: in ns_rprint()
/dragonfly/include/arpa/
H A Dnameser_compat.h154 #define T_PTR ns_t_ptr macro
/dragonfly/lib/libc/resolv/
H A Dres_mkupdate.c232 case T_PTR: in res_nmkupdate()