Searched refs:T_PTR (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | gethostbydns.c | 158 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 D | getnetbydns.c | 211 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 D | yp_dnslookup.c | 386 if (q->type == T_PTR) { in yp_run_dnsq() 516 q->type = T_PTR; in yp_async_lookup_addr()
|
/freebsd/contrib/tcpdump/ |
H A D | nameser.h | 135 #define T_PTR 12 /* domain name pointer */ macro
|
H A D | print-domain.c | 490 { T_PTR, "PTR" }, /* RFC 1035 */ 740 case T_PTR: in ns_rprint()
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 155 #define T_PTR ns_t_ptr macro
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 76 { "PTR", T_PTR }, 346 case T_PTR:
|
H A D | map.c | 1549 case T_PTR:
|
/freebsd/lib/libc/resolv/ |
H A D | res_mkupdate.c | 236 case T_PTR: in res_nmkupdate()
|