Searched refs:T_SRV (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.h | 58 # ifndef T_SRV 59 # define T_SRV 33 macro
|
H A D | sm_resolve.c | 80 { "SRV", T_SRV }, 378 case T_SRV:
|
H A D | map.c | 1545 case T_SRV:
|
/freebsd/usr.sbin/pkg/ |
H A D | dns_utils.c | 125 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 D | nameser.h | 156 #define T_SRV 33 /* Server selection */ macro
|
H A D | print-domain.c | 511 { T_SRV, "SRV" }, /* RFC 2782 */ 788 case T_SRV: in ns_rprint()
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 176 #define T_SRV ns_t_srv macro
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap.m4 | 211 # 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 D | res_mkupdate.c | 300 case T_SRV: in res_nmkupdate()
|