Searched refs:service_connection (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/net/
H A DServices.h21 struct service_connection;
23 typedef std::map<int, service_connection*> ServiceSocketMap;
H A DServices.cpp32 struct service_connection { struct
37 //service_connection() : owner(NULL), socket(-1) {}
44 bool operator==(const struct service_connection& other) const;
47 typedef std::vector<service_connection> ConnectionList;
70 service_connection::operator==(const struct service_connection& other) const
84 const service_connection& connection = *iterator;
118 const service_connection& connection = *iterator;
255 service_connection& connection = *iterator;
286 service_connection
[all...]

Completed in 31 milliseconds