/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | dnsglue.h | 102 #ifndef C_IN 103 #define C_IN ns_c_in macro
|
H A D | dnssrv.c | 107 size = krb5int_dns_init(&ds, host, C_IN, T_SRV); in krb5int_make_srv_query_realm()
|
H A D | hst_realm.c | 128 ret = krb5int_dns_init(&ds, host, C_IN, T_TXT); in krb5_try_realm_txt_rr()
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_ho.c | 265 q->qclass = C_IN; in ho_byname2() 273 q->qclass = C_IN; in ho_byname2() 367 q->qclass = C_IN; in ho_byaddr() 375 q->qclass = C_IN; in ho_byaddr() 381 q2->qclass = C_IN; in ho_byaddr() 582 q->qclass = C_IN; in ho_addrinfo() 588 q2->qclass = C_IN; in ho_addrinfo() 595 q->qclass = C_IN; in ho_addrinfo() 602 q->qclass = C_IN; in ho_addrinfo() 788 if (class != C_IN) { in gethostans()
|
H A D | dns_nw.c | 253 anslen = res_nsearch(pvt->res, name, C_IN, T_PTR, ansbuf, MAXPACKET); in get1101byname() 285 anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf, MAXPACKET); in get1101byaddr() 390 if (class == C_IN && type == T_PTR) { in get1101answer() 467 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET); in get1101mask() 503 if (n == INADDRSZ && class == C_IN && type == T_A && in get1101mask()
|
H A D | hesiod.c | 244 if ((retvec = get_txt_records(ctx, C_IN, bindname))) { in hesiod_resolve()
|
/titanic_50/usr/src/cmd/krb5/kadmin/kdcmgr/ |
H A D | klookup.c | 106 len = res_nsearch(&stat, name, C_IN, rr_type, answer, anslen); in main() 183 if (type == rr_type && class == C_IN) { in main()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdxbyname.c | 97 if (( rc = res_search( domain, C_IN, T_TXT, buf, sizeof( buf ))) < 0 in nsldapi_getdxbyname() 174 if ( class == C_IN && type == T_TXT ) { in decode_answer()
|
/titanic_50/usr/src/lib/libresolv/ |
H A D | res_gethost.c | 189 host.h_addrtype = (class == C_IN) ? AF_INET : AF_UNSPEC; 254 if ((n = res_search(name, C_IN, T_A, buf.buf, sizeof (buf))) < 0) { 286 n = res_query(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof (buf));
|
H A D | res_debug.c | 240 case C_IN: 470 case C_IN: /* internet class */
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | srv_query.c | 85 len = res_nsearch(state, svc_name, C_IN, T_SRV, in srv_getdom() 192 len = res_nsearch(state, svc_name, C_IN, T_SRV, in srv_query() 208 len = res_nquerydomain(state, svc_name, dname, C_IN, T_SRV, in srv_query()
|
/titanic_50/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 126 #define C_IN 1 /* the arpa internet */ macro
|
/titanic_50/usr/src/head/arpa/ |
H A D | nameser_compat.h | 255 #define C_IN ns_c_in macro
|
/titanic_50/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 547 ret = res_nsearch(statp, name, C_IN, qtype, resbuf.buf, NS_MAXMSG); in _nss_dns_gethost_withttl() 657 if (class != C_IN) { in _nss_dns_gethost_withttl()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 276 n = (*resfunc)(host, C_IN, T_MX, (unsigned char *) &answer, 903 ret = res_querydomain(host, *dp, C_IN, qtype,
|
H A D | sm_resolve.c | 454 return dns_lookup_int(domain, C_IN, type, retrans, retry);
|
H A D | map.c | 1238 r = dns_lookup_int(appdomain, C_IN, map_p->dns_m_type, 1244 r = dns_lookup_int(name, C_IN, map_p->dns_m_type,
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 433 {C_IN, "IN", (char *)0}, 440 {C_IN, (char *)0, (char *)0}
|
/titanic_50/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 231 int class = C_IN; in resolv_search()
|