/freebsd/lib/libc/net/ |
H A D | getnetbydns.c | 211 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 D | gethostbydns.c | 228 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 D | hesiod.c | 262 ctx->classes[0] = C_IN; in read_config_file() 318 ctx->classes[n++] = C_IN; in read_config_file()
|
H A D | getaddrinfo.c | 2062 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 D | fsl,imx27-pinctrl.txt | 33 have any effect unless GPIO function is selected. A/B/C_IN are output 39 2 - C_IN
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 906 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 D | domain.c | 436 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 D | map.c | 1506 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 D | daemon.c | 2404 rr = dns_lookup_int(host, C_IN, FAM2T_(family),
|
H A D | main.c | 4774 r = dns_lookup_int(p, C_IN, rr_type,
|
/freebsd/contrib/tcpdump/ |
H A D | print-lwres.c | 401 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 D | nameser.h | 221 #define C_IN 1 /* the arpa internet */ macro
|
H A D | print-domain.c | 574 { 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 D | nameser_compat.h | 207 #define C_IN ns_c_in macro
|
/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()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | bitdomain.c | 233 ret = res_querydomain(host, "", C_IN, qtype,
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 401 {C_IN, "IN", (char *)0}, 408 {C_IN, (char *)0, (char *)0}
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dnslookup.c | 177 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 D | openldap.m4 | 214 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
|