OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_net_context
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/dns/include/
resolv_netid.h
68
struct
android_net_context
{
struct
87
const struct
android_net_context
*, struct addrinfo **) __used_in_netd;
/system/netd/server/
DnsProxyListener.h
20
#include <resolv_netid.h> // struct
android_net_context
60
const struct
android_net_context
& netcontext,
72
struct
android_net_context
mNetContext;
NetworkController.h
31
struct
android_net_context
;
65
void getNetworkContext(unsigned netId, uid_t uid, struct
android_net_context
* netcontext) const;
DnsProxyListener.cpp
126
const struct
android_net_context
& netcontext, const int reportingLevel,
342
struct
android_net_context
netcontext;
NetworkController.cpp
262
unsigned netId, uid_t uid, struct
android_net_context
* netcontext) const {
263
struct
android_net_context
nc = {
/bionic/libc/dns/net/
getaddrinfo.c
219
const char *, struct addrinfo **, const struct
android_net_context
*);
570
struct
android_net_context
netcontext = {
582
const struct addrinfo *hints, const struct
android_net_context
*netcontext,
796
const struct
android_net_context
*netcontext)
[
all
...]
Completed in 124 milliseconds