Searched refs:sockets (Results 1 – 9 of 9) sorted by relevance
62 sockets.c \112 sockets.c \155 sockets.c \
259 Port 5037 is used for smart sockets which allow a client on the host
100 struct socketinfo *sockets; member
72 for (si = svc->sockets; si; si = si->next) { in wait_for_one_process()
30 for (si = svc->sockets; si; si = si->next) { in DUMP()
794 si->next = svc->sockets; in parse_line_service()795 svc->sockets = si; in parse_line_service()
255 for (si = svc->sockets; si; si = si->next) { in service_start()
38 sockets.c \
811 int sockets[2]; in masterConnectPeers() local812 int result = socketpair(AF_LOCAL, SOCK_STREAM, 0, sockets); in masterConnectPeers()835 packetA->socket = sockets[0]; in masterConnectPeers()836 packetB->socket = sockets[1]; in masterConnectPeers()