Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgethostbydns.c158 case T_PTR: in gethostanswer()
265 if (qtype == T_PTR && type == T_CNAME) { in gethostanswer()
300 case T_PTR: in gethostanswer()
620 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf, in _dns_gethostbyaddr()
634 if (gethostanswer(buf, n, qbuf, T_PTR, &he, hed, statp) != 0) { in _dns_gethostbyaddr()
H A Dgetnetbydns.c211 if (class == C_IN && type == T_PTR) { in getnetanswer()
327 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyaddr()
408 anslen = res_nsearch(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyname()
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c386 if (q->type == T_PTR) { in yp_run_dnsq()
516 q->type = T_PTR; in yp_async_lookup_addr()
/freebsd/contrib/tcpdump/
H A Dnameser.h135 #define T_PTR 12 /* domain name pointer */ macro
H A Dprint-domain.c490 { T_PTR, "PTR" }, /* RFC 1035 */
740 case T_PTR: in ns_rprint()
/freebsd/include/arpa/
H A Dnameser_compat.h155 #define T_PTR ns_t_ptr macro
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c76 { "PTR", T_PTR },
346 case T_PTR:
H A Dmap.c1549 case T_PTR:
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c236 case T_PTR: in res_nmkupdate()