Home
last modified time | relevance | path

Searched refs:C_IN (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libc/net/
H A Dgetnetbydns.c211 if (class == C_IN && type == T_PTR) { in getnetanswer()
221 ne->n_addrtype = (class == C_IN) ? AF_INET : AF_UNSPEC; in getnetanswer()
327 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyaddr()
408 anslen = res_nsearch(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyname()
H A Dgethostbydns.c228 if (class != C_IN) { in gethostanswer()
293 qname, p_class(C_IN), p_type(qtype), in gethostanswer()
514 n = res_nsearch(statp, name, C_IN, type, buf->buf, sizeof(buf->buf)); in _dns_gethostbyname()
620 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf, in _dns_gethostbyaddr()
H A Dhesiod.c262 ctx->classes[0] = C_IN; in read_config_file()
318 ctx->classes[n++] = C_IN; in read_config_file()
H A Dgetaddrinfo.c2062 if (class != C_IN) { in getanswer()
2097 qname, p_class(C_IN), p_type(qtype), in getanswer()
2303 q.qclass = C_IN; in _dns_getaddrinfo()
2309 q2.qclass = C_IN; in _dns_getaddrinfo()
2316 q.qclass = C_IN; in _dns_getaddrinfo()
2323 q.qclass = C_IN; in _dns_getaddrinfo()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx27-pinctrl.txt33 have any effect unless GPIO function is selected. A/B/C_IN are output
39 2 - C_IN
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c906 query, qtype, domain, C_IN, rr_type, ttl,
916 query, qtype, domain, C_IN, rr_type, ttl,
931 query, qtype, domain, C_IN, rr_type, ttl,
941 query, qtype, domain, C_IN, rr_type, ttl,
947 query, qtype, domain, C_IN, rr_type, ttl,
1008 if (class != C_IN)
H A Ddomain.c436 drc = dns_lookup_int(rr->rr_u.rr_txt, C_IN, T_TLSA, 0, 0,
602 dr = dns_lookup_int(nbuf, C_IN, T_TLSA, 0, 0,
973 n = (*resfunc)(host, C_IN, T_MX, (unsigned char *) &answer,
1763 ret = (*resqdomain)(host, dp, C_IN, qtype,
H A Dmap.c1506 r = dns_lookup_map(appdomain, C_IN, map_p->dns_m_type,
1512 r = dns_lookup_map(name, C_IN, map_p->dns_m_type,
H A Ddaemon.c2404 rr = dns_lookup_int(host, C_IN, FAM2T_(family),
H A Dmain.c4774 r = dns_lookup_int(p, C_IN, rr_type,
/freebsd/contrib/tcpdump/
H A Dprint-lwres.c401 if (GET_BE_U_2(grbn->rdclass) != C_IN) { in lwres_print()
506 if (GET_BE_U_2(grbn->rdclass) != C_IN) { in lwres_print()
H A Dnameser.h221 #define C_IN 1 /* the arpa internet */ macro
H A Dprint-domain.c574 { C_IN, "IN" }, /* Not used */
658 if (class != C_IN) in ns_qprint()
698 if (class != C_IN && typ != T_OPT) in ns_rprint()
/freebsd/include/arpa/
H A Dnameser_compat.h207 #define C_IN ns_c_in macro
/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()
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c233 ret = res_querydomain(host, "", C_IN, qtype,
/freebsd/lib/libc/resolv/
H A Dres_debug.c401 {C_IN, "IN", (char *)0},
408 {C_IN, (char *)0, (char *)0}
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c177 n = res_mkquery(QUERY,name,C_IN,type,NULL,0,NULL,buf,sizeof(buf)); in yp_send_dns_query()
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4214 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));