Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsm_resolve.h58 # ifndef T_SRV
59 # define T_SRV 33 macro
H A Dsm_resolve.c80 { "SRV", T_SRV },
378 case T_SRV:
H A Dmap.c1545 case T_SRV:
/freebsd/usr.sbin/pkg/
H A Ddns_utils.c125 if ((len = res_query(zone, C_IN, T_SRV, q.buf, sizeof(q.buf))) == -1 || in dns_getsrvinfo()
164 if (type != T_SRV) { in dns_getsrvinfo()
/freebsd/contrib/tcpdump/
H A Dnameser.h156 #define T_SRV 33 /* Server selection */ macro
H A Dprint-domain.c511 { T_SRV, "SRV" }, /* RFC 2782 */
788 case T_SRV: in ns_rprint()
/freebsd/include/arpa/
H A Dnameser_compat.h176 #define T_SRV ns_t_srv macro
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4211 # ifndef T_SRV
212 # define T_SRV 33
214 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c300 case T_SRV: in res_nmkupdate()