Searched refs:T_PTR (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/include/arpa/
H A Dnameser_compat.h153 #define T_PTR ns_t_ptr macro
/freebsd-10.1-release/lib/libc/net/
H A Dgethostbydns.c167 case T_PTR:
274 if (qtype == T_PTR && type == T_CNAME) {
306 case T_PTR:
626 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf,
640 if (gethostanswer(buf, n, qbuf, T_PTR, &he, hed, statp) != 0) {
H A Dgetnetbydns.c215 if (class == C_IN && type == T_PTR) {
331 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf,
412 anslen = res_nsearch(statp, qbuf, C_IN, T_PTR, (u_char *)buf,
/freebsd-10.1-release/contrib/tcpdump/
H A Dnameser.h150 #define T_PTR 12 /* domain name pointer */ macro
H A Dprint-domain.c259 { T_PTR, "PTR" }, /* RFC 1035 */
427 case T_PTR:
/freebsd-10.1-release/contrib/sendmail/src/
H A Dsm_resolve.c69 { "PTR", T_PTR },
263 case T_PTR:
H A Dmap.c1276 case T_PTR:
1277 type = "T_PTR";
/freebsd-10.1-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c390 if (q->type == T_PTR) {
522 q->type = T_PTR;
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_mkupdate.c239 case T_PTR:
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-i386.c6730 #define T_PTR 12
7046 if (cur_token.code == T_PTR)
7490 if (cur_token.code == T_PTR)
7754 new_token.code = T_PTR;
6717 #define T_PTR macro

Completed in 195 milliseconds