Home
last modified time | relevance | path

Searched refs:net (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/
DAndroid.mk309 netbsd/net/nsdispatch.c \
310 netbsd/net/getaddrinfo.c \
311 netbsd/net/getnameinfo.c \
312 netbsd/net/getservbyname.c \
313 netbsd/net/getservent.c \
314 netbsd/net/base64.c \
315 netbsd/net/getservbyport.c \
/bionic/libc/netbsd/resolv/
Dres_init.c220 char *net; in __res_vinit() local
498 net = cp; in __res_vinit()
504 if (inet_aton(net, &a)) { in __res_vinit()
508 net = cp; in __res_vinit()
515 if (inet_aton(net, &a)) { in __res_vinit()
/bionic/libc/docs/
DOVERVIEW.TXT261 bionic/libc/netbsd/net/getservent.c and
262 bionic/libc/netbsd/net/services.h
286 'net.dns1', 'net.dns2', etc.. Each property should contain the IP
293 properties 'net.dns1.<pid>', 'net.dns2.<pid>', etc... Where <pid> stands
DCHANGES.TXT184 list was generated for each thread if net.dns.search is not defined.
275 - DNS: Support for DNS domain search lists through the new net.dns.search
/bionic/libc/bionic/
Dstubs.c470 struct netent *getnetbyaddr(uint32_t net, int type) in getnetbyaddr() argument