Lines Matching refs:id
50 The identifiers "local-id" and "remote-id" are always relative to the
96 --- OPEN(local-id, 0, "destination") -----------------------------------
99 identified by local-id that it wishes to connect to the named
100 destination in the message payload. The local-id may not be zero.
118 --- READY(local-id, remote-id, "") -------------------------------------
121 identified by local-id is ready for write messages and that it is
122 connected to the recipient's stream identified by remote-id.
124 Neither the local-id nor the remote-id may be zero.
126 A READY message containing a remote-id which does not map to an open
130 The local-id is ignored on all but the first READY message (where it
131 is used to establish the connection). Nonetheless, the local-id MUST
136 --- WRITE(0, remote-id, "data") ----------------------------------------
139 remote-id. The payload MUST be <= maxdata in length.
141 A WRITE message containing a remote-id which does not map to an open
152 --- CLOSE(local-id, remote-id, "") -------------------------------------
155 sender's stream (local-id) and the recipient's stream (remote-id) is
156 broken. The remote-id MUST not be zero, but the local-id MAY be zero
159 A CLOSE message containing a remote-id which does not map to an open