Home | History | Annotate | Download | only in mtpd

Lines Matching refs:outgoing

132 } incoming, outgoing;
137 memset(outgoing.buffer, 0, length);
138 outgoing.length = length;
139 outgoing.header.length = htons(length);
140 outgoing.header.type = CONTROL_MESSAGE;
141 outgoing.header.cookie = MAGIC_COOKIE;
142 outgoing.message = htons(message);
147 send(the_socket, outgoing.buffer, outgoing.length, 0);
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
224 outgoing.sccrq.framing = htonl(3);
225 outgoing.sccrq.bearer = htonl(3);
226 outgoing.sccrq.channels = htons(1);
227 strcpy(outgoing.sccrq.host, "anonymous");
291 outgoing.ocrq.call = local;
292 outgoing.ocrq.serial = random();
293 outgoing.ocrq.minimum_speed = htonl(1000);
294 outgoing.ocrq.maximum_speed = htonl(100000000);
295 outgoing.ocrq.bearer = htonl(3);
296 outgoing.ocrq.framing = htonl(3);
297 outgoing.ocrq.window_size = htons(8192);
333 * outgoing calls. However, some implementation only acts as PNS and
353 outgoing.echorp.identifier = incoming.echorq.identifier;
354 outgoing.echorp.result = RESULT_OK;
367 outgoing.icrp.peer = incoming.icrq.call;
368 outgoing.icrp.result = RESULT_ERROR;
376 outgoing.ocrp.peer = incoming.ocrq.call;
377 outgoing.ocrp.result = RESULT_ERROR;