Searched refs:clientSockFd (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_resolv_listen.cpp | 99 close(clientSockFd); in ProcGetKeyForCache() 105 close(clientSockFd); in ProcGetKeyForCache() 111 close(clientSockFd); in ProcGetKeyForCache() 142 close(clientSockFd); in ProcGetCacheCommand() 159 close(clientSockFd); in ProcGetCacheCommand() 184 close(clientSockFd); in ProcSetCacheCommand() 196 close(clientSockFd); in ProcSetCacheCommand() 222 close(clientSockFd); in ProcPostDnsThreadResult() 228 close(clientSockFd); in ProcPostDnsThreadResult() 254 close(clientSockFd); in ProcPostDnsResultCommand() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | dns_resolv_listen.h | 34 static void ProcGetConfigCommand(int clientSockFd, uint16_t netId, uint32_t uid); 36 static void ProcSetCacheCommand(int clientSockFd, uint16_t netId, uint32_t callingUid); 39 static void ProcSetCacheCommand(int clientSockFd, uint16_t netId); 40 static void ProcGetCacheCommand(int clientSockFd, uint16_t netId); 41 static void ProcJudgeIpv6Command(int clientSockFd, uint16_t netId); 42 static void ProcPostDnsResultCommand(int clientSockFd, uint16_t netId); 43 static void ProcGetDefaultNetworkCommand(int clientSockFd, uint16_t netId); 44 static void ProcBindSocketCommand(int clientSockFd, uint16_t netId); 45 static void ProcCommand(int clientSockFd); 46 static int32_t ProcGetKeyForCache(int clientSockFd, char *name); [all …]
|