Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 67) sorted by relevance

123

/system/core/base/
Dparsenetaddress_test.cpp25 int port = 123; in TEST() local
42 int port = 123; in TEST() local
57 int port = 123; in TEST() local
84 int port; in TEST() local
122 int port = 42; in TEST() local
Dparsenetaddress.cpp27 bool ParseNetAddress(const std::string& address, std::string* host, int* port, in ParseNetAddress()
/system/core/adb/
Dconsole.cpp60 int port; in adb_get_emulator_console_port() local
74 int port; in adb_get_emulator_console_port() local
95 int port = adb_get_emulator_console_port(serial); in connect_to_console() local
Dtransport_local.cpp93 void local_connect(int port) { in local_connect()
133 int port = DEFAULT_ADB_LOCAL_TRANSPORT_PORT; in client_socket_thread() local
151 int port = (int) (uintptr_t) arg; in server_socket_thread() local
232 const int port = (int) (uintptr_t) arg; in qemu_socket_thread() local
291 void local_init(int port) in local_init()
Dservices.cpp101 int port = (int) (uintptr_t) cookie; in restart_tcp_service() local
282 int port = atoi(name + 4); in service_to_fd() local
342 int port; in service_to_fd() local
416 int port = DEFAULT_ADB_LOCAL_TRANSPORT_PORT; in connect_device() local
/system/connectivity/apmanager/dbus/
Dfirewalld_dbus_proxy.cc52 uint16_t port) { in RequestUdpPortAccess()
76 uint16_t port) { in ReleaseUdpPortAccess()
Dpermission_broker_dbus_proxy.cc63 uint16_t port) { in RequestUdpPortAccess()
91 uint16_t port) { in ReleaseUdpPortAccess()
/system/connectivity/shill/
Dasync_connection.cc52 bool AsyncConnection::Start(const IPAddress& address, int port) { in Start()
126 int AsyncConnection::ConnectTo(const IPAddress& address, int port) { in ConnectTo()
Dsocket_info_reader.cc96 uint16_t port = 0; in ParseSocketInfo() local
135 const string& input, IPAddress* ip_address, uint16_t* port) { in ParseIPAddressAndPort()
172 bool SocketInfoReader::ParsePort(const string& input, uint16_t* port) { in ParsePort()
Dconnection_info_reader.cc110 uint16_t port = 0; in ParseConnectionInfo() local
208 const string& input, uint16_t* port, bool* is_source) { in ParsePort()
/system/connectivity/shill/shims/
Dnetfilter_queue_processor.cc66 uint16_t port) { in AddressAndPortToString()
329 NetfilterQueueProcessor::FindListener(uint16_t port, in FindListener()
344 NetfilterQueueProcessor::FindDestination(uint16_t port, in FindDestination()
374 uint16_t port = packet.destination_port(); in IsIncomingPacketAllowed() local
417 uint16_t port = packet.source_port(); in LogOutgoingPacket() local
/system/core/libcutils/
Dsocket_network_client_unix.c46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, in socket_network_client_timeout()
122 int socket_network_client(const char* host, int port, int type) { in socket_network_client()
Dsocket_loopback_client_unix.c36 int socket_loopback_client(int port, int type) in socket_loopback_client()
Dsocket_inaddr_any_server_unix.c33 int socket_inaddr_any_server(int port, int type) in socket_inaddr_any_server()
Dsocket_loopback_server_unix.c35 int socket_loopback_server(int port, int type) in socket_loopback_server()
Dsocket_network_client_windows.c33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client()
Dsocket_inaddr_any_server_windows.c37 SOCKET socket_inaddr_any_server(int port, int type) { in socket_inaddr_any_server()
/system/weaved/buffet/
Davahi_mdns_client.cc76 uint16_t port, in PublishService()
154 uint16_t port = prev_port_; in RepublishService() local
Dmdns_client.h38 void PublishService(const std::string& service_type, uint16_t port, in PublishService()
Dsocket_stream.cc66 int ConnectSocket(const std::string& host, uint16_t port) { in ConnectSocket()
147 uint16_t port) { in ConnectBlocking()
/system/firewalld/
Diptables.cc138 bool IpTables::PunchHole(uint16_t port, in PunchHole()
174 bool IpTables::PlugHole(uint16_t port, in PlugHole()
228 uint16_t port, in AddAcceptRules()
254 uint16_t port, in DeleteAcceptRules()
329 uint16_t port, in AddAcceptRule()
353 uint16_t port, in DeleteAcceptRule()
/system/bt/udrv/ulinux/
Duipc_linux.h28 unsigned int port; member
/system/webservd/webservd/
Dfirewalld_firewall.cc33 uint16_t port, in PunchTcpHoleAsync()
Dpermission_broker_firewall.cc50 uint16_t port, in PunchTcpHoleAsync()
/system/tpm/trunks/ftdi/
Dsupport.c205 int set_bits_low(struct mpsse_context* mpsse, int port) { in set_bits_low()
216 int set_bits_high(struct mpsse_context* mpsse, int port) { in set_bits_high()

123