Searched defs:sockFd (Results 1 – 5 of 5) sorted by relevance
40 int libnetd_updatable_tagSocket(int sockFd, uint32_t tag, uid_t chargeUid, uid_t realUid) { in libnetd_updatable_tagSocket()44 int libnetd_updatable_untagSocket(int sockFd) { in libnetd_updatable_untagSocket()
146 int BpfHandler::tagSocket(int sockFd, uint32_t tag, uid_t chargeUid, uid_t realUid) { in tagSocket()252 int BpfHandler::untagSocket(int sockFd) { in untagSocket()
636 FileDescriptor sockFd = udpEncapResp.fileDescriptor.getFileDescriptor(); in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner() local
540 int sockFd = netjniutils::GetNativeFileDescriptor(env, sockJavaFd); in com_android_server_connectivity_ClatCoordinator_getSocketCookie() local
1224 private int bindToRandomPort(FileDescriptor sockFd, int family, InetAddress localAddr) in bindToRandomPort()1304 FileDescriptor sockFd = null; in openUdpEncapsulationSocket() local