/bionic/libc/dns/net/ |
getaddrinfo.c | [all...] |
gethnamaddr.c | 293 if (class != C_IN) { 352 qname, p_class(C_IN), p_type(qtype), 1205 n = res_nsearch(res, name, C_IN, type, buf->buf, (int)sizeof(buf->buf)); 1294 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf)); [all...] |
/external/openssh/ |
sftp.c | 2160 int c_in, c_out; local [all...] |
/external/valgrind/shared/ |
vg_replace_strmem.c | [all...] |
/external/libpcap/Win32/Include/arpa/ |
nameser.h | 189 #define C_IN 1 /* the arpa internet */
|
/external/tcpdump/ |
nameser.h | 207 #define C_IN 1 /* the arpa internet */
|
tcpdump.1.in | [all...] |
/external/dnsmasq/contrib/dns-loc/ |
dnsmasq2-loc-rfc1876.patch | 93 + new->class = C_IN; 137 if (qclass == C_IN)
|
/external/dnsmasq/src/ |
nameser.h | 203 #define C_IN 1 /* the arpa internet */
|
option.c | [all...] |
/bionic/libc/dns/resolv/ |
res_debug.c | 411 {C_IN, "IN", (char *)0}, 418 {C_IN, (char *)0, (char *)0} [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 1092 if (rrclass != C_IN) 1097 C_IN, 1098 ns_class_to_str (C_IN), [all...] |