Home | History | Annotate | Download | only in mtpd

Lines Matching refs:outgoing

131 } incoming, outgoing;
136 memset(outgoing.buffer, 0, length);
137 outgoing.length = length;
138 outgoing.header.length = htons(length);
139 outgoing.header.type = CONTROL_MESSAGE;
140 outgoing.header.cookie = MAGIC_COOKIE;
141 outgoing.message = htons(message);
146 send(the_socket, outgoing.buffer, outgoing.length, 0);
225 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
226 outgoing.sccrq.framing = htonl(3);
227 outgoing.sccrq.bearer = htonl(3);
228 outgoing.sccrq.channels = htons(1);
229 strcpy(outgoing.sccrq.host, "anonymous");
294 outgoing.ocrq.call = local;
295 outgoing.ocrq.serial = random();
296 outgoing.ocrq.minimum_speed = htonl(1000);
297 outgoing.ocrq.maximum_speed = htonl(100000000);
298 outgoing.ocrq.bearer = htonl(3);
299 outgoing.ocrq.framing = htonl(3);
300 outgoing.ocrq.window_size = htons(8192);
336 * outgoing calls. However, some implementation only acts as PNS and
356 outgoing.echorp.identifier = incoming.echorq.identifier;
357 outgoing.echorp.result = RESULT_OK;
370 outgoing.icrp.peer = incoming.icrq.call;
371 outgoing.icrp.result = RESULT_ERROR;
379 outgoing.ocrp.peer = incoming.ocrq.call;
380 outgoing.ocrp.result = RESULT_ERROR;