Lines Matching refs:local
50 The identifiers "local-id" and "remote-id" are always relative to the
111 --- OPEN(local-id, 0, "destination") -----------------------------------
116 identified by local-id that it wishes to connect to the named
117 destination in the message payload. The local-id may not be zero.
128 * "local-dgram:<identifier>"
129 * "local-stream:<identifier>"
130 * "shell" - local shell service
135 --- READY(local-id, remote-id, "") -------------------------------------
140 identified by local-id is ready for write messages and that it is
143 Neither the local-id nor the remote-id may be zero.
149 The local-id is ignored on all but the first READY message (where it
150 is used to establish the connection). Nonetheless, the local-id MUST
154 --- WRITE(local-id, remote-id, "data") ---------------------------------
172 --- CLOSE(local-id, remote-id, "") -------------------------------------
177 sender's stream (local-id) and the recipient's stream (remote-id) is
178 broken. The remote-id MUST not be zero, but the local-id MAY be zero
278 a WRITE or it may defer the READY until the write to the local stream
291 connected the client is talking to that (remote or local) service.