Lines Matching refs:circuit
59 static unsigned short circuit = 0x101;
163 * Find a connected NET/ROM socket given my circuit IDs.
185 * Find a connected NET/ROM socket given their circuit IDs.
209 * Find next free circuit ID.
213 unsigned short id = circuit;
711 circuit = nr_find_next_circuit();
714 nr->my_index = circuit / 256;
715 nr->my_id = circuit % 256;
717 circuit++;
910 * Find an existing socket connection, based on circuit ID, if it's
911 * a Connect Request base it on their circuit ID.
914 * circuit that no longer exists at the other end ...
985 /* Fill in his circuit details */
995 circuit = nr_find_next_circuit();
998 nr_make->my_index = circuit / 256;
999 nr_make->my_id = circuit % 256;
1001 circuit++;