Searched refs:net (Results 1 - 19 of 19) sorted by relevance

/bionic/libc/include/netinet/
H A Dether.h28 #include <net/if_ether.h>
H A Dif_ether.h32 #include <net/ethertypes.h>
/bionic/libc/include/net/
H A Dethernet.h31 #include <net/if_ether.h>
H A Dif_ether.h79 #include <net/ethertypes.h>
/bionic/libc/kernel/common/linux/
H A Dtaskstats_kern.h17 #include <net/genetlink.h>
H A Dskbuff.h26 #include <linux/net.h>
28 #include <net/checksum.h>
H A Dnetlink.h41 struct net;
/bionic/libc/inet/
H A Dether_ntoa.c31 #include <net/if_ether.h>
H A Dether_aton.c32 #include <net/if_ether.h>
/bionic/libc/bionic/
H A Dif_indextoname.c32 #include <net/if.h>
H A Dif_nametoindex.c32 #include <net/if.h>
H A Dstubs.c442 struct netent *getnetbyaddr(uint32_t net, int type) argument
/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dip_queue.h15 #include <net/if.h>
/bionic/libc/kernel/common/linux/raid/
H A Dmd.h27 #include <net/checksum.h>
/bionic/libc/netbsd/net/
H A Dgetnameinfo.c55 #include <net/if.h>
56 #include <net/if_dl.h>
57 #include <net/if_ieee1394.h>
58 #include <net/if_types.h>
158 snprintf(propname, sizeof(propname), "net.dns1.%d", getpid());
584 * IFT_ATM (net/if_atmsubr.c)
585 * IFT_FAITH (net/if_faith.c)
586 * IFT_GIF (net/if_gif.c)
587 * IFT_LOOP (net/if_loop.c)
588 * IFT_PPP (net/if_pp
[all...]
H A Dgetaddrinfo.c87 #include <net/if.h>
432 snprintf(propname, sizeof(propname), "net.dns1.%d", getpid());
/bionic/libc/
H A DAndroid.mk305 netbsd/net/nsdispatch.c \
306 netbsd/net/getaddrinfo.c \
307 netbsd/net/getnameinfo.c \
308 netbsd/net/getservbyname.c \
309 netbsd/net/getservent.c \
310 netbsd/net/base64.c \
311 netbsd/net/getservbyport.c \
/bionic/libc/netbsd/resolv/
H A Dres_init.c113 #define DNS_PROP_NAME_PREFIX "net.dns"
114 #define DNS_CHANGE_PROP_NAME "net.dnschange"
115 #define DNS_SEARCH_PROP_NAME "net.dns.search"
218 char *net; local
496 net = cp;
502 if (inet_aton(net, &a)) {
506 net = cp;
513 if (inet_aton(net, &a)) {
H A Dres_cache.c39 #include <net/if.h>
138 * The system property ro.net.dns_cache_size can be used to override the default
144 #define DNS_CACHE_SIZE_PROP_NAME "ro.net.dns_cache_size"
1211 * by system property ro.net.dns_cache_size or by
1224 // ro.net.dns_cache_size not set or set to negative value

Completed in 213 milliseconds