Searched refs:T_PTR (Results 1 – 9 of 9) sorted by relevance
| /freebsd/lib/libc/net/ |
| H A D | getnetbydns.c | 211 if (class == C_IN && type == T_PTR) { in getnetanswer() 330 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyaddr() 411 anslen = res_nsearch(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyname()
|
| H A D | gethostbydns.c | 160 case T_PTR: in gethostanswer() 267 if (qtype == T_PTR && type == T_CNAME) { in gethostanswer() 302 case T_PTR: in gethostanswer() 626 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf, in _dns_gethostbyaddr() 640 if (gethostanswer(buf, n, qbuf, T_PTR, &he, hed, statp) != 0) { in _dns_gethostbyaddr()
|
| /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 */ 739 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 | 232 case T_PTR: in res_nmkupdate()
|