Lines Matching defs:sockets
811 int sockets[2];812 int result = socketpair(AF_LOCAL, SOCK_STREAM, 0, sockets);835 packetA->socket = sockets[0];836 packetB->socket = sockets[1];