HomeSort by: relevance | last modified time | path
    Searched refs:T_SRV (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
dnssrv.c 284 # ifndef T_SRV
285 # define T_SRV ns_t_srv
289 # ifndef T_SRV
290 # define T_SRV 33
293 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
337 if (type == T_SRV) {
  /src/include/arpa/
nameser_compat.h 175 #define T_SRV ns_t_srv
  /src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h 210 #define T_SRV ns_t_srv
  /src/external/bsd/tcpdump/dist/
nameser.h 152 #define T_SRV 33 /* Server selection */
print-domain.c 516 { T_SRV, "SRV" }, /* RFC 2782 */
793 case T_SRV:
  /src/lib/libc/net/
getaddrinfo.c 1741 case T_SRV:
1886 case T_SRV:
2148 q.qtype = T_SRV;
  /src/lib/libresolv/
res_mkupdate.c 291 case T_SRV:
  /src/external/bsd/libbind/dist/resolv/
res_mkupdate.c 290 case T_SRV:
  /src/external/bsd/openldap/dist/
configure 17801 # ifndef T_SRV
17802 # define T_SRV 33
17804 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
17884 # ifndef T_SRV
17885 # define T_SRV 33
17887 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
17967 # ifndef T_SRV
17968 # define T_SRV 33
17970 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));

Completed in 63 milliseconds